File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,22 @@ matrix:
32
32
packages :
33
33
- g++-6
34
34
env : COMPILER=g++-6
35
+ - compiler : gcc
36
+ addons :
37
+ apt :
38
+ sources :
39
+ - ubuntu-toolchain-r-test
40
+ packages :
41
+ - g++-7
42
+ env : COMPILER=g++-7
43
+ - compiler : gcc
44
+ addons :
45
+ apt :
46
+ sources :
47
+ - ubuntu-toolchain-r-test
48
+ packages :
49
+ - g++-8
50
+ env : COMPILER=g++-8
35
51
- compiler : clang
36
52
addons :
37
53
apt :
@@ -110,6 +126,19 @@ matrix:
110
126
env :
111
127
- COMPILER=clang++-5.0
112
128
- CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-stdlib=libc++ -DCMAKE_EXE_LINKER_FLAGS=-lc++"
129
+ - compiler : clang
130
+ addons :
131
+ apt :
132
+ sources :
133
+ - ubuntu-toolchain-r-test
134
+ - llvm-toolchain-trusty-6.0
135
+ packages :
136
+ - clang-6.0
137
+ - libc++-dev
138
+ - libc++abi-dev
139
+ env :
140
+ - COMPILER=clang++-6.0
141
+ - CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-stdlib=libc++ -DCMAKE_EXE_LINKER_FLAGS=-lc++"
113
142
114
143
script :
115
144
- uname -a
You can’t perform that action at this time.
0 commit comments