Skip to content

Commit

Permalink
👷 moved instructed build to "before_script" #394
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Dec 13, 2016
1 parent 9b5411d commit 3f089ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,15 @@ matrix:
after_success:
- make check TEST_PREFIX="valgrind --error-exitcode=1 --leak-check=full " TEST_PATTERN=""

# CLang sanitizers
# cLang sanitizer

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

# cppcheck

Expand Down

0 comments on commit 3f089ca

Please sign in to comment.