From 93a533906e855a19ab5e64849df91e6fe9940712 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Mon, 24 Jan 2022 00:45:14 +1300 Subject: CI: transition tests from autotools to cmake (#3023) --- .github/workflows/mac/install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github/workflows/mac') 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 -- cgit v1.2.3