File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 64
64
- mkdir bin ; ln -s /usr/bin/gcc bin/gcc
65
65
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
66
66
- export PATH=/usr/local/opt/ccache/libexec:$PATH
67
- - ccache -M 1G
68
67
env : COMPILER=g++
69
68
70
69
# OS X using clang++
76
75
before_install :
77
76
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
78
77
- export PATH=/usr/local/opt/ccache/libexec:$PATH
79
- - ccache -M 1G
80
78
env :
81
79
- COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
82
80
- CCACHE_CPP2=yes
@@ -157,6 +155,7 @@ jobs:
157
155
- << : *linter-stage
158
156
159
157
install :
158
+ - ccache --max-size=1G
160
159
- COMMAND="make -C src minisat2-download" &&
161
160
eval ${PRE_COMMAND} ${COMMAND}
162
161
- COMMAND="make -C src CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -Werror -pedantic -O2 -g $EXTRA_CXXFLAGS\" -j2" &&
You can’t perform that action at this time.
0 commit comments