aboutsummaryrefslogtreecommitdiff
path: root/extras/scripts
AgeCommit message (Expand)Author
2020-03-29Disable Clang tidy in libc++ CI tests, it segfaults and can't find STL header...Marco Poletti
2020-03-29Switch back to Clang 9 for libc++ CI tests, the Clang 10 packages don't work ...Marco Poletti
2020-03-29Don't run CI tests with GCC 6 in Ubuntu 16.04, it's not installed there.Marco Poletti
2020-03-28No longer run CI tests on Ubuntu 18.10, use 16.04 instead. Also run tests wit...Marco Poletti
2020-03-28Retire Bazel tests for Ubuntu 16.04, the Docker image now fails to build (and...Marco Poletti
2020-03-28Add support for Clang 10 in CI tests.Marco Poletti
2020-03-28Add support for disabling clang-tidy in each CI test, and disable it in OS X ...Marco Poletti
2020-03-28Run CI tests using Clang 10 instead of Clang 8 with Ubuntu 19.10.Marco Poletti
2020-03-28Run clang-tidy checks in CMake builds.Marco Poletti
2020-03-28Use Ubuntu 19.10 instead of 19.04 for Fruit CI tests.Marco Poletti
2020-03-11Revert "Use travis_wait for each brew call instead of wrapping the entire ins...Marco Poletti
2020-03-11Use travis_wait for each brew call instead of wrapping the entire install scr...Marco Poletti
2020-03-11Use travis_wait when installing brew packages in OS X CI builds, to avoid occ...Marco Poletti
2020-03-11Revert "Skip updating (pin) some more packages in OS X CI runs, they take a l...Marco Poletti
2020-03-11Use Ubuntu xenial as base OS for CI test runs (this is the OS that runs docke...Marco Poletti
2020-03-11Skip updating (pin) some more packages in OS X CI runs, they take a long time...Marco Poletti
2020-03-08Unlink python2 in the OS X CI script, so that we can then link python3.Marco Poletti
2020-03-08Ignore failure codes from "brew upgrade", it can succeed but exit with a non-...Marco Poletti
2020-03-08Pin more packages to speed up OS X CI runs and avoid timeouts.Marco Poletti
2020-03-08Don't upgrade postgis and its transitive deps in OS X CI builds, it takes too...Marco Poletti
2019-12-22Install absl-py when running CI tests on Appveyor.Marco Poletti
2019-12-22Switch back to testing with Clang 8 instead of Clang 9 in OS X CI tests, the ...Marco Poletti
2019-12-22Fix typo in the Clang 9 symlink created when running CI tests on OS X.Marco Poletti
2019-12-22Create an extra symlink for Clang 9 when running CI tests on OX X.Marco Poletti
2019-12-22Don't try to create a simlink that already exists in OS X CI tests with Clang...Marco Poletti
2019-12-22Run OS X CI tests with XCode 9.4 instead of 9.3.Marco Poletti
2019-12-22No longer run CI tests using XCode 10.3. 9.3 and 11.4 should be enough, and 1...Marco Poletti
2019-12-22Support Clang 9 in the CI scripts.Marco Poletti
2019-12-22Use clang[++]-6.0 as symlink names on OS X too, to match the names under Ubun...Marco Poletti
2019-12-22Test against Clang 9 instead of Clang 8 in OS X CI tests.Marco Poletti
2019-12-22More changes to try getting OS X CI tests to work again.Marco Poletti
2019-12-22Really run "brew link" for keg-only packages.Marco Poletti
2019-12-22Bump the minimum version of OS X used in CI tests to 10.13. Older versions no...Marco Poletti
2019-12-22Bump the minimum clang version used in OS X CI tests to 6.0. Clang 4.0 no lon...Marco Poletti
2019-12-22No longer use PCHs when running OS X CI tests with GCC 9, it does not work.Marco Poletti
2019-12-22Make sure all brew-installed packages are linked in /usr/local. Some aren't b...Marco Poletti
2019-12-22Set a build flag to help debug an "Invalid PCH" error when running tests in T...Marco Poletti
2019-09-02Remove a debug print from the CI test script.Marco Poletti
2019-09-02Set the correct Boost include flags for OS X CI tests.Marco Poletti
2019-09-02No longer run 'brew update' in the OS X CI test script. It takes a long time ...Marco Poletti
2019-09-02Remove obsolete arguments for brew install llvm.Marco Poletti
2019-09-02Remove an obsolete special-case handling of Clang 4.0 in the OS X CI test scr...Marco Poletti
2019-09-02Use GCC 6 as minimum GCC version in OS X CI tests. The GCC 5 brew package now...Marco Poletti
2019-09-02Actually list the boost dir's contents in the OS X test script. /usr/local/in...Marco Poletti
2019-09-02Add support for GCC 9 to the OS X CI test script.Marco Poletti
2019-09-02Only run libc++ tests with Clang 8, packages for earlier versions don't have ...Marco Poletti
2019-09-02Install absl-py in OS X CI tests.Marco Poletti
2019-09-02Run Clang/GCC OS X tests on the latest OS X available.Marco Poletti
2019-09-02Fix a regression in the CI test script for OS X, we no longer installed some ...Marco Poletti
2019-08-31Add a CI test with libc++ with the latest Ubuntu/Clang.Marco Poletti