diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-20 12:12:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 12:12:29 +0200 |
| commit | 5180f5ceb3345b279f36d4c14207dcfd278ea1c8 (patch) | |
| tree | 6aefabf9c2e03da494cd3311d4a79129744f007f /travis/linux_generic/install.sh | |
| parent | 084f5f6cb39b3732c4cd930ebffcff86cdb24932 (diff) | |
| parent | 3feddc89cb7941851154d03d20b2bfa9f4a7ab65 (diff) | |
| download | PROJ-5180f5ceb3345b279f36d4c14207dcfd278ea1c8.tar.gz PROJ-5180f5ceb3345b279f36d4c14207dcfd278ea1c8.zip | |
Merge pull request #2363 from rouault/reactivate_s390x
.travis.yml: re-enable s390x and add arm64
Diffstat (limited to 'travis/linux_generic/install.sh')
| -rwxr-xr-x | travis/linux_generic/install.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/travis/linux_generic/install.sh b/travis/linux_generic/install.sh new file mode 100755 index 00000000..f2db7e4b --- /dev/null +++ b/travis/linux_generic/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +export CCACHE_CPP2=yes +export PROJ_DB_CACHE_DIR="$HOME/.ccache" + +# -fno-use-cxa-atexit is needed to build with -coverage +CC="ccache $CC" CXX="ccache $CXX" CFLAGS="-Werror" CXXFLAGS="-Werror" ./travis/install.sh |
