Travis: Added Clang AddressSanitizer and UndefinedBehaviorSanitizer

This commit is contained in:
Benoit Blanchon
2017-01-01 21:29:38 +01:00
parent c5388cf8e7
commit b923e8f4df
4 changed files with 17 additions and 1 deletions

View File

@@ -70,6 +70,12 @@ matrix:
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8']
packages: ['clang-3.8']
env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.8
- compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8']
packages: ['clang-3.8']
env: SCRIPT=sanitize CMAKE_CXX_COMPILER=clang++-3.8
- compiler: gcc
env: SCRIPT=coverage
- os: osx