40
40
before_install :
41
41
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
42
42
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
43
- env : COMPILER="ccache g++-5"
43
+ env : COMPILER="g++-5"
44
44
45
45
# LOCAL CHANGES: Added 'ant' to the OSX package list (needed by security-scanner regression tests)
46
46
55
55
- mkdir bin ; ln -s /usr/bin/gcc bin/gcc
56
56
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache ant
57
57
- export PATH=/usr/local/opt/ccache/libexec:$PATH
58
- env : COMPILER="ccache g++"
58
+ env : COMPILER="g++"
59
59
60
60
# OS X using clang++
61
61
- stage : Test different OS/CXX/Flags
67
67
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache ant
68
68
- export PATH=/usr/local/opt/ccache/libexec:$PATH
69
69
env :
70
- - COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
70
+ - COMPILER="clang++ -Qunused-arguments -fcolor-diagnostics"
71
71
- CCACHE_CPP2=yes
72
72
73
73
# Ubuntu Linux with glibc using g++-5, debug mode
88
88
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
89
89
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
90
90
env :
91
- - COMPILER="ccache g++-5"
91
+ - COMPILER="g++-5"
92
92
- EXTRA_CXXFLAGS="-DDEBUG"
93
93
script : echo "Not running any tests for a debug build."
94
94
@@ -113,7 +113,7 @@ jobs:
113
113
- export CCACHE_CPP2=yes
114
114
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
115
115
env :
116
- - COMPILER="ccache clang++-3.7 -Qunused-arguments -fcolor-diagnostics"
116
+ - COMPILER="clang++-3.7 -Qunused-arguments -fcolor-diagnostics"
117
117
- CCACHE_CPP2=yes
118
118
119
119
# Ubuntu Linux with glibc using clang++-3.7, debug mode
@@ -137,7 +137,7 @@ jobs:
137
137
- export CCACHE_CPP2=yes
138
138
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
139
139
env :
140
- - COMPILER="ccache clang++-3.7 -Qunused-arguments -fcolor-diagnostics"
140
+ - COMPILER="clang++-3.7 -Qunused-arguments -fcolor-diagnostics"
141
141
- CCACHE_CPP2=yes
142
142
- EXTRA_CXXFLAGS="-DDEBUG"
143
143
script : echo "Not running any tests for a debug build."
0 commit comments