ci: add clang-5.0 build job to Travis-CI
Change-Id: Iea59e4f4687485dd4f076d41a4d6d6f1c8da7797
This commit is contained in:
committed by
Alexander Afanasyev
parent
cfe81d5098
commit
085b9e3a6f
+18
-2
@@ -101,7 +101,9 @@ matrix:
|
||||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
sources: llvm-toolchain-trusty-3.9
|
||||
sources:
|
||||
- llvm-toolchain-trusty-3.9
|
||||
- ubuntu-toolchain-r-test
|
||||
packages: clang-3.9
|
||||
env:
|
||||
- CXX=clang++-3.9
|
||||
@@ -110,12 +112,26 @@ matrix:
|
||||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
sources: llvm-toolchain-trusty-4.0
|
||||
sources:
|
||||
- llvm-toolchain-trusty-4.0
|
||||
- ubuntu-toolchain-r-test
|
||||
packages: clang-4.0
|
||||
env:
|
||||
- CXX=clang++-4.0
|
||||
- NODE_LABELS="Linux Ubuntu Ubuntu-14.04"
|
||||
- BUILD_WITH_ASAN=yes
|
||||
- os: linux
|
||||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-trusty-5.0
|
||||
- ubuntu-toolchain-r-test
|
||||
packages: clang-5.0
|
||||
env:
|
||||
- CXX=clang++-5.0
|
||||
- NODE_LABELS="Linux Ubuntu Ubuntu-14.04"
|
||||
- BUILD_WITH_ASAN=yes
|
||||
|
||||
# macOS/clang
|
||||
# https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
|
||||
|
||||
Reference in New Issue
Block a user