aboutsummaryrefslogtreecommitdiff
path: root/travis/linux_generic/install.sh
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2022-01-24 00:45:14 +1300
committerGitHub <noreply@github.com>2022-01-24 00:45:14 +1300
commit93a533906e855a19ab5e64849df91e6fe9940712 (patch)
tree93216e4c071bfaf79beaf9c4e0874d79f39a2db6 /travis/linux_generic/install.sh
parent93c3a165126ac4c7caf4d2ffa2f7dd71633e7be3 (diff)
downloadPROJ-93a533906e855a19ab5e64849df91e6fe9940712.tar.gz
PROJ-93a533906e855a19ab5e64849df91e6fe9940712.zip
CI: transition tests from autotools to cmake (#3023)
Diffstat (limited to 'travis/linux_generic/install.sh')
-rwxr-xr-xtravis/linux_generic/install.sh3
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