Commit graph

5 commits

Author SHA1 Message Date
Charlemagne Lasse
37754be29d Use faster container based Travis CI 2017-09-01 09:57:14 +02:00
Charlemagne Lasse
197108c223 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:24 +02:00
Charlemagne Lasse
cc16b4d79f Remove unused Travis CI define __extern_always_inline 2016-09-01 20:37:12 +02:00
Charlemagne Lasse
61782f8c46 Use Ubuntu Trusty as base system for Travis CI 2016-09-01 20:23:59 +02:00
Fayvel Victor
dd605797d8 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:09 +02:00