Skip to content

Commit

Permalink
👷 added Clang 3.9.0 and sanitizer build #394
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Dec 13, 2016
1 parent 79fa8b2 commit f5d4a9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ matrix:
after_success:
- make check TEST_PREFIX="valgrind --error-exitcode=1 --leak-check=full " TEST_PATTERN=""

# CLang sanitizers

- os: linux
env: LLVM_VERSION=3.9.0
compiler: clang
after_success:
- make clean
- CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" make check

# cppcheck

- os: linux
Expand Down Expand Up @@ -190,6 +199,7 @@ cache:
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.7.1
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.0
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.1
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.9.0


install:
Expand Down

0 comments on commit f5d4a9c

Please sign in to comment.