Another shot at travis clang-10

This commit is contained in:
gabime 2020-04-17 17:23:39 +03:00
parent 394f79e9d3
commit 82823e50dd

View File

@ -31,6 +31,16 @@ addons: &clang35
- llvm-toolchain-precise-3.5
addons: &clang10
apt:
packages:
- clang-10
- lldb-10
- lld-10
sources:
- sourceline: "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main"
- key_url: "https://apt.llvm.org/llvm-snapshot.gpg.key"
matrix:
include:
@ -60,6 +70,16 @@ matrix:
- env: BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
os: osx
# Test clang-10.0: C++11, Build=Debug/Release
- env: CLANG_VERSION=10.0 BUILD_TYPE=Debug CPP=11
os: linux
dist: bionic
addons: *clang10
- env: CLANG_VERSION=10.0 BUILD_TYPE=Release CPP=11
os: linux
dist: bionic
addons: *clang10
before_script: