File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ addons:
1414 apt :
1515 sources :
1616 - ubuntu-toolchain-r-test
17- - llvm-toolchain-xenial-6.0
17+ - llvm-toolchain-xenial-7
1818 packages :
19- - clang-6.0
20- - llvm-6.0 -dev
19+ - clang-7
20+ - llvm-7 -dev
2121 - g++-8
2222 - python3
2323 - libc++-dev
@@ -32,10 +32,10 @@ addons:
3232
3333matrix :
3434 include :
35- - env : C_COMPILER=clang-6.0 CXX_COMPILER=clang++-6.0 LINT=true
35+ - env : C_COMPILER=clang CXX_COMPILER=clang++-7 LINT=true
3636 sudo : false
37- - env : C_COMPILER=clang-6.0 CXX_COMPILER=clang++-6.0 BUILD=true CONFIG=Debug
38- - env : C_COMPILER=clang-6.0 CXX_COMPILER=clang++-6.0 BUILD=true CONFIG=Release
37+ - env : C_COMPILER=clang-7 CXX_COMPILER=clang++-7 BUILD=true CONFIG=Debug
38+ - env : C_COMPILER=clang-7 CXX_COMPILER=clang++-7 BUILD=true CONFIG=Release
3939
4040git :
4141 # We handle submodules ourselves in xenia-build setup.
You can’t perform that action at this time.
0 commit comments