Commit Graph

19 Commits

Author SHA1 Message Date
Cameron Cawley
027e41632f
TRAVIS: Don't build with gcc on Mac OS X (#1692)
* TRAVIS: Don't build with gcc on Mac OS X

gcc on Mac OS X is just a frontend for LLVM.

* TRAVIS: Fix building with clang on Linux
2019-06-21 16:05:39 +01:00
Cameron Cawley
6e174c1561 TRAVIS: Install jack on Mac OS X 2019-06-19 07:35:24 +03:00
Cameron Cawley
6a52a98f88
TRAVIS: Re-add brew update 2019-06-18 19:48:19 +01:00
Cameron Cawley
4745b09988 TRAVIS: Install curl on Mac OS X instead of curl-openssl 2019-05-25 00:33:09 +03:00
Cameron Cawley
413a7204d2 TRAVIS: Don't run brew update 2019-05-25 00:33:09 +03:00
Cameron Cawley
dbdf8de985 TRAVIS: Re-enable Mac OS X builds 2019-05-18 21:02:12 +03:00
Cameron Cawley
14bdaae4d5 BUILD: Add missing libraries to Travis CI build 2018-11-03 23:31:32 +00:00
Colin Snover
41ee6431a9 BUILD: Remove macOS build target from Travis CI
The macOS build machines on Travis CI are failing constantly, and
for the time they've been enabled, they haven't really proven to
give any benefit. So, turning them off now, at least until Travis
CI gets more reliable so we are not contantly notified about their
broken build machines.
2017-09-09 11:22:48 -05:00
Eugene Sandulenko
e25bac9690 BUILD: Added missing libs to Travis CI osx configuration 2017-01-25 20:00:15 +01:00
Eugene Sandulenko
bac7b6d651 BUILD: Adding OSX target to Travis CI.
I expect this to fail at the first run.
2017-01-25 10:56:58 +01:00
Eugene Sandulenko
87a7198521 BUILD: Add IRC notifications to Travis CI builds 2017-01-23 22:16:48 +01:00
Colin Snover
0aba92b4b0 Revert "Merge pull request #885 from csnover/faster-travis"
Travis builds are failing randomly after this change due to
upstream bug travis-ci/travis-ci#7103, so reverting these changes
until it is fixed.

This reverts commit 72f421cb38, reversing
changes made to c919c9996c.
2017-01-06 12:40:31 -06:00
Colin Snover
507562e0a2 BUILD: Speed up Travis-CI builds
container-based infrastructure (by sudo: false) starts and runs
faster:
https://docs.travis-ci.com/user/migrating-from-legacy/

gcc and make are preinstalled by Travis-CI for C++ language
containers, so do not need to be listed as dependencies:
https://docs.travis-ci.com/user/trusty-ci-environment/#Compilers-%26-Build-toolchain

ccache caching prevents wasting time rebuilding unchanged code:
https://docs.travis-ci.com/user/caching#ccache-cache
2017-01-05 13:25:52 -06:00
Eugene Sandulenko
5727c9099b BUILD: Add libcurl and libsdl to Travis prerequisities 2016-09-05 08:01:54 +02:00
Eugene Sandulenko
de04a68c06 BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback. 2016-08-15 16:07:28 +02:00
Bastien Bouclet
f980ef5524 BUILD: Don't disable the event recorder for TravisCI
Tests now build fine with the event recorder enabled
2016-07-28 18:25:05 +02:00
Michał Janiszewski
823c2f899b BUILD: Use parallel build on travis (#792) 2016-07-28 17:34:49 +03:00
Eugene Sandulenko
f3f53ab823 BUILD: Disable Event Recorder for Travis CI, as our test/ suite is yet compatible with it 2016-07-28 10:43:41 +03:00
Martin Gerhardy
a079dd6250 BUILD: Added Travis-CI support 2015-08-01 19:54:44 +02:00