Commit graph

9 commits

Author SHA1 Message Date
Richard Goedeken
816530b324 fix Travis CI test builds for MXE 32 and 64 bits 2019-01-29 22:19:44 -08:00
Charlemagne Lasse
dd5fecbadf Build MXE targets as additional tests in travis build matrix 2017-11-05 17:09:49 +01:00
Charlemagne Lasse
c8e7f97201 Use faster container based Travis CI 2017-09-01 09:57:14 +02:00
Charlemagne Lasse
58985079fa 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:22 +02:00
Charlemagne Lasse
8abe956b58 Remove unused Travis CI define __extern_always_inline 2016-09-01 20:47:05 +02:00
Charlemagne Lasse
c329ab1b02 Use Ubuntu Trusty as base system for Travis CI 2016-09-01 20:47:05 +02:00
Fayvel Victor
a8ca72535f use travis ci with clang 2014-12-30 23:13:12 +01:00
Fayvel Victor
378c250fc6 use newer boost for C++-11 compatibility 2014-12-30 23:13:12 +01:00
Fayvel Victor
75335d5cdd 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:06 +02:00