- 25 May, 2021 1 commit
-
-
Max Kellermann authored
-
- 28 Apr, 2021 1 commit
-
-
Max Kellermann authored
The clang/libc++ version in xcode10.3 does not support C++17 properly and cannot build MPD.
-
- 27 Apr, 2021 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The old "ppa:mstipicevic/ninja-build-1-7-2" just provides ninja 1.7 which is too old and breaks the build.
-
Max Kellermann authored
-
- 04 Jun, 2020 1 commit
-
-
Shen-Ta Hsieh authored
c++17 is offered by default with Xcode 10 https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
-
- 27 May, 2020 1 commit
-
-
Max Kellermann authored
-
- 01 Apr, 2020 1 commit
-
-
Max Kellermann authored
Enable lots of plugins for better CI coverage.
-
- 12 Mar, 2020 1 commit
-
-
Max Kellermann authored
Debian Stable (Buster) has GCC 8 and Ubuntu LTS (18.04) has GCC 7. This will unlock a lot of C++17 features like `std::string_view`.
-
- 07 Mar, 2020 2 commits
-
-
Max Kellermann authored
Travis has changed the canonical name for this a while ago. (Now really. The last commit for this was empty.)
-
Max Kellermann authored
Workaround for Travis failures as described in https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/18
-
- 16 Feb, 2020 2 commits
-
-
Max Kellermann authored
Fixes strange C++11 compatibility problems during GTest installation: /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:1: error: unknown type name 'constexpr' constexpr bool TypedTestCaseIsDeprecated() { return true; } /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:11: error: expected unqualified-id constexpr bool TypedTestCaseIsDeprecated() { return true; } /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1254:1: error: unknown type name 'constexpr' constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; }
-
Rosen Penev authored
pip is bugged on arm64 and s390x. Add --no-cache-dir to fix. For consistency, it doesn't hurt to add everywhere.
-
- 04 Feb, 2020 1 commit
-
-
Rosen Penev authored
pip is bugged on arm64 and s390x. Add --no-cache-dir to fix. For consistency, it doesn't hurt to add everywhere.
-
- 01 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 24 Dec, 2019 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The packages from the Travis image are good enough, and this speeds up the Travis build.
-
Max Kellermann authored
-
Max Kellermann authored
Don't bother sending analytics data for a CI runner. This adds traffic but doesn't bring anybody any benefit.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Expand $PATH at evaluation and not at assignment, which fixes the problem that /usr/lib/ccache was added to $PATH between the MATRIX_EVAL assignment and its evaluation.
-
- 23 Dec, 2019 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Apr, 2019 1 commit
-
-
Max Kellermann authored
Fixes Travis failure with Meson 0.50: ERROR: Could not detect Ninja v1.5 or newer
-
- 16 Apr, 2019 1 commit
-
-
Max Kellermann authored
Fixes Travis failure with Meson 0.50: ERROR: Could not detect Ninja v1.5 or newer
-
- 16 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2018 1 commit
-
-
Max Kellermann authored
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!
-
- 02 Sep, 2018 1 commit
-
-
Max Kellermann authored
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.
-
- 06 Jul, 2018 2 commits
-
-
Max Kellermann authored
Also test the newest available GCC version.
-
Max Kellermann authored
After commit a72d1200, 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.
-
- 16 Feb, 2018 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The clang/libc++ version in the default xcode8 image is unable to compile MPD due to incomplete C++14 support.
-
Max Kellermann authored
-
- 19 May, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-