aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/mac
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 /.github/workflows/mac
parent93c3a165126ac4c7caf4d2ffa2f7dd71633e7be3 (diff)
downloadPROJ-93a533906e855a19ab5e64849df91e6fe9940712.tar.gz
PROJ-93a533906e855a19ab5e64849df91e6fe9940712.zip
CI: transition tests from autotools to cmake (#3023)
Diffstat (limited to '.github/workflows/mac')
-rwxr-xr-x.github/workflows/mac/install.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/mac/install.sh b/.github/workflows/mac/install.sh
index ed27150f..44e84835 100755
--- a/.github/workflows/mac/install.sh
+++ b/.github/workflows/mac/install.sh
@@ -2,12 +2,8 @@
set -e
-export CCACHE_CPP2=yes
export PROJ_DB_CACHE_DIR="$HOME/.ccache"
ccache -M 200M
-ccache -s
-CC="ccache clang" CXX="ccache clang++" CFLAGS="-Werror -O2" CXXFLAGS="-Werror -O2" ./travis/install.sh
-
-ccache -s
+CC="clang" CXX="clang++" CFLAGS="-Werror" CXXFLAGS="-Werror" CMAKE_BUILD_TYPE=RelWithDebInfo ./travis/install.sh