Commit graph

6 commits

Author SHA1 Message Date
Richard Goedeken
b8a21b54dd fix Travis CI test builds for MXE 32 and 64 bits 2019-01-29 22:08:39 -08:00
Charlemagne Lasse
e8ac678f39 Build MXE targets as additional tests in travis build matrix 2017-11-05 15:34:36 +01:00
Charlemagne Lasse
83c2854ba0 Use faster container based Travis CI 2017-09-01 09:57:14 +02:00
Charlemagne Lasse
c410867855 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:02 +02:00
Charlemagne Lasse
8f1408525d Use Ubuntu Trusty as base system for Travis CI 2016-09-01 20:23:59 +02:00
Fayvel Victor
6a28354dc4 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:31:41 +02:00