summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2019-04-18.travis.yml: switch to another PPA for a newer ninja versionMax Kellermann
Fixes Travis failure with Meson 0.50: ERROR: Could not detect Ninja v1.5 or newer
2018-10-16test: use GTest instead of cppunitMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
2018-09-02.travis.yml: install Boost 1.67 from a PPAMax Kellermann
Apparently, Travis-CI will never upgrade its ancient Ubuntu Trusty, so I have to get Boost from somewhere else. Thanks to Martin Hierholzer for his PPA.
2018-07-06.travis.yml: add build with GCC 8Max Kellermann
Also test the newest available GCC version.
2018-07-06.travis.yml: switch to GCC 6Max Kellermann
After commit a72d1200fba613d542aa806cbd6c536c0e5061db, the Travis-CI build fails, because we have been using GCC 5 there... so let's switch to GCC 6 to test the oldest possible GCC version.
2018-02-17.travis.yml: enable ccacheMax Kellermann
2018-02-17.travis.yml: add variable MATRIX_EVALMax Kellermann
2018-02-17.travis.yml: switch to osx_image xcode9.3betaMax Kellermann
The clang/libc++ version in the default xcode8 image is unable to compile MPD due to incomplete C++14 support.
2018-02-16.travis.yml: use "matrix"Max Kellermann
2017-05-19.travis.yml: enable Mac OS XMax Kellermann
2017-05-19.travis.yml: add shell variable OPTIONSMax Kellermann
2017-05-19.travis.yml: configure with --disable-silent-rules --disable-dependency-trackingMax Kellermann
2017-05-17.travis.yml: remove the unnecessary "compiler" settingMax Kellermann
2017-05-17.travis.yml: check $TRAVIS_OS_NAMEMax Kellermann
Prepare for Mac OS X support by omitting those Ubuntu-specific commands.
2017-05-17.travis.yml: choose compiler with environment variablesMax Kellermann
.. and not update-alternatives, which requires "sudo".
2017-05-17.travis.yml: parallel buildMax Kellermann
2017-05-17.travis.yml: indent 2Max Kellermann
2017-05-16Add initial travis configurationAndré Klitzing