File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ matrix:
24
24
before_install :
25
25
# we create symlink to non-ccache gcc, to be used in tests
26
26
- mkdir bin ; ln -s /usr/bin/gcc bin/gcc
27
- - brew install ccache
27
+ - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
28
28
- export PATH=/usr/local/opt/ccache/libexec:$PATH
29
+ - ccache -M 1G
29
30
env : COMPILER=g++
30
31
31
32
# OS X using clang++
@@ -34,11 +35,12 @@ matrix:
34
35
compiler : clang
35
36
cache : ccache
36
37
before_install :
37
- - brew install ccache
38
+ - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
38
39
- export PATH=/usr/local/opt/ccache/libexec:$PATH
39
40
env :
40
41
- COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
41
42
- CCACHE_CPP2=yes
43
+ - ccache -M 1G
42
44
43
45
# Ubuntu Linux with glibc using g++-5
44
46
- os : linux
You can’t perform that action at this time.
0 commit comments