File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,30 @@ matrix:
1313 sources : ['ubuntu-toolchain-r-test']
1414 packages : ['cmake', 'g++-5', 'libboost-dev']
1515
16+ - os : linux
17+ compiler : gcc
18+ env : COMPILER=g++-6
19+ addons :
20+ apt :
21+ sources : ['ubuntu-toolchain-r-test']
22+ packages : ['cmake', 'g++-6', 'libboost-dev']
23+
24+ - os : linux
25+ compiler : gcc
26+ env : COMPILER=g++-7
27+ addons :
28+ apt :
29+ sources : ['ubuntu-toolchain-r-test']
30+ packages : ['cmake', 'g++-7', 'libboost-dev']
31+
32+ - os : linux
33+ compiler : clang
34+ env : COMPILER=clang++-5.0
35+ addons :
36+ apt :
37+ sources : ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
38+ packages : ['cmake', 'clang-5.0', 'g++-6', 'libboost-dev']
39+
1640
1741script :
1842 - if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi
You can’t perform that action at this time.
0 commit comments