Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-18 | .travis.yml: switch to another PPA for a newer ninja version | Max Kellermann | |
Fixes Travis failure with Meson 0.50: ERROR: Could not detect Ninja v1.5 or newer | |||
2018-10-16 | test: use GTest instead of cppunit | Max Kellermann | |
2018-10-14 | build with Meson instead of autotools | Max 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 PPA | Max 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 8 | Max Kellermann | |
Also test the newest available GCC version. | |||
2018-07-06 | .travis.yml: switch to GCC 6 | Max 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 ccache | Max Kellermann | |
2018-02-17 | .travis.yml: add variable MATRIX_EVAL | Max Kellermann | |
2018-02-17 | .travis.yml: switch to osx_image xcode9.3beta | Max 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 X | Max Kellermann | |
2017-05-19 | .travis.yml: add shell variable OPTIONS | Max Kellermann | |
2017-05-19 | .travis.yml: configure with --disable-silent-rules --disable-dependency-tracking | Max Kellermann | |
2017-05-17 | .travis.yml: remove the unnecessary "compiler" setting | Max Kellermann | |
2017-05-17 | .travis.yml: check $TRAVIS_OS_NAME | Max Kellermann | |
Prepare for Mac OS X support by omitting those Ubuntu-specific commands. | |||
2017-05-17 | .travis.yml: choose compiler with environment variables | Max Kellermann | |
.. and not update-alternatives, which requires "sudo". | |||
2017-05-17 | .travis.yml: parallel build | Max Kellermann | |
2017-05-17 | .travis.yml: indent 2 | Max Kellermann | |
2017-05-16 | Add initial travis configuration | André Klitzing | |