diff options
| author | Mike Taves <mwtoews@gmail.com> | 2022-01-24 00:45:14 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 00:45:14 +1300 |
| commit | 93a533906e855a19ab5e64849df91e6fe9940712 (patch) | |
| tree | 93216e4c071bfaf79beaf9c4e0874d79f39a2db6 /travis/linux_generic/install.sh | |
| parent | 93c3a165126ac4c7caf4d2ffa2f7dd71633e7be3 (diff) | |
| download | PROJ-93a533906e855a19ab5e64849df91e6fe9940712.tar.gz PROJ-93a533906e855a19ab5e64849df91e6fe9940712.zip | |
CI: transition tests from autotools to cmake (#3023)
Diffstat (limited to 'travis/linux_generic/install.sh')
| -rwxr-xr-x | travis/linux_generic/install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/travis/linux_generic/install.sh b/travis/linux_generic/install.sh index f2db7e4b..8279cda2 100755 --- a/travis/linux_generic/install.sh +++ b/travis/linux_generic/install.sh @@ -2,8 +2,7 @@ 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 +CFLAGS="-Werror" CXXFLAGS="-Werror" ./travis/install.sh |
