Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-21 | TRAVIS: Don't build with gcc on Mac OS X (#1692) | Cameron Cawley | |
* 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-19 | TRAVIS: Install jack on Mac OS X | Cameron Cawley | |
2019-06-18 | TRAVIS: Re-add brew update | Cameron Cawley | |
2019-05-25 | TRAVIS: Install curl on Mac OS X instead of curl-openssl | Cameron Cawley | |
2019-05-25 | TRAVIS: Don't run brew update | Cameron Cawley | |
2019-05-18 | TRAVIS: Re-enable Mac OS X builds | Cameron Cawley | |
2018-11-03 | BUILD: Add missing libraries to Travis CI build | Cameron Cawley | |
2017-09-09 | BUILD: Remove macOS build target from Travis CI | Colin Snover | |
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-01-25 | BUILD: Added missing libs to Travis CI osx configuration | Eugene Sandulenko | |
2017-01-25 | BUILD: Adding OSX target to Travis CI. | Eugene Sandulenko | |
I expect this to fail at the first run. | |||
2017-01-23 | BUILD: Add IRC notifications to Travis CI builds | Eugene Sandulenko | |
2017-01-06 | Revert "Merge pull request #885 from csnover/faster-travis" | Colin Snover | |
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 72f421cb38149d9a66d7145609be81cec2514d48, reversing changes made to c919c9996c6f62cf4f0d1a22d0522b0ee9a0514c. | |||
2017-01-05 | BUILD: Speed up Travis-CI builds | Colin Snover | |
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 | |||
2016-09-05 | BUILD: Add libcurl and libsdl to Travis prerequisities | Eugene Sandulenko | |
2016-08-15 | BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback. | Eugene Sandulenko | |
2016-07-28 | BUILD: Don't disable the event recorder for TravisCI | Bastien Bouclet | |
Tests now build fine with the event recorder enabled | |||
2016-07-28 | BUILD: Use parallel build on travis (#792) | Michał Janiszewski | |
2016-07-28 | BUILD: Disable Event Recorder for Travis CI, as our test/ suite is yet ↵ | Eugene Sandulenko | |
compatible with it | |||
2015-08-01 | BUILD: Added Travis-CI support | Martin Gerhardy | |