👷 set sanitizer to clang4
This commit is contained in:
parent
4391bf5615
commit
df572aca79
1 changed files with 3 additions and 4 deletions
|
@ -48,13 +48,12 @@ matrix:
|
||||||
# that's why we need to install g++-6 to get the lastest version
|
# that's why we need to install g++-6 to get the lastest version
|
||||||
- os: linux
|
- os: linux
|
||||||
env:
|
env:
|
||||||
- LLVM_VERSION=3.8.1
|
- COMPILER=clang++-4.0
|
||||||
- SPECIAL=sanitizer
|
- SPECIAL=sanitizer
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
|
||||||
packages: g++-6
|
packages: ['g++-6', 'clang-4.0']
|
||||||
compiler: clang
|
|
||||||
before_script:
|
before_script:
|
||||||
- make clang_sanitize
|
- make clang_sanitize
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue