👷 run sanitizer after tests

This commit is contained in:
Niels Lohmann 2017-08-16 08:11:02 +02:00
parent df572aca79
commit 21726d8d8f
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -43,10 +43,8 @@ matrix:
- make check TEST_PREFIX="valgrind --error-exitcode=1 --leak-check=full " TEST_PATTERN=""
# clang sanitizer
# note: sadly clang's libc++ has errors when running with sanitize,
# so we use clang with gcc's libstdc++ which doesn't give those error.
# that's why we need to install g++-6 to get the lastest version
- os: linux
compiler: clang
env:
- COMPILER=clang++-4.0
- SPECIAL=sanitizer
@ -54,7 +52,7 @@ matrix:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: ['g++-6', 'clang-4.0']
before_script:
after_success:
- make clang_sanitize
# cppcheck