Commit graph

6 commits

Author SHA1 Message Date
Charlemagne Lasse
32fcfd220b Build MXE targets as additional tests in travis build matrix 2017-11-05 15:36:31 +01:00
Charlemagne Lasse
52df30a7b4 Use faster container based Travis CI 2017-09-01 09:57:14 +02:00
Charlemagne Lasse
284bd4792f Let travis handle the package installation directly
The before_install  currently fails on Travis CI with:

    The following packages have unmet dependencies:
     libsdl2-dev : Depends: libegl1-mesa-dev
                   Depends: libgles2-mesa-dev
    E: Unable to correct problems, you have held broken packages.

This can currently only be solved by using the apt addon to install
packages.
2017-09-01 09:56:26 +02:00
Charlemagne Lasse
214e23a55d Remove unused Travis CI define __extern_always_inline 2016-09-01 20:37:12 +02:00
Charlemagne Lasse
680acb9cb9 Use Ubuntu Trusty as base system for Travis CI 2016-09-01 20:23:59 +02:00
Fayvel Victor
c1a8657ba9 Add Travis CI configuration file for automatic build tests
Github provides a Travis CI integration which makes it easy to have a quick
check of a patch before a pull request is accepted. It is not enough to prove
the correctness of a contribution but at least helps to avoid some of the worst
build problems.

This feature *must* be enabled by the mupen64plus administrator *before this
commit is merged*:

- https://travis-ci.org/profile/mupen64plus
- Login via your Github account
- Make sure you are on "https://travis-ci.org/profile/mupen64plus"
- Switch repository to "On"
2014-07-06 12:32:12 +02:00