aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/mac/install.sh
blob: 44e848353e723d24ca88c9c32ead09a45f9e1a66 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

export PROJ_DB_CACHE_DIR="$HOME/.ccache"

ccache -M 200M

CC="clang" CXX="clang++" CFLAGS="-Werror" CXXFLAGS="-Werror" CMAKE_BUILD_TYPE=RelWithDebInfo ./travis/install.sh