Skip to content

Commit

Permalink
Add address sanitizer check to travis
Browse files Browse the repository at this point in the history
Similar to commit 7a5f779 on samtools
  • Loading branch information
daviesrob committed May 30, 2019
1 parent 6377d1b commit e053bf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,11 @@ matrix:
- os: osx
compiler: clang
env: USE_CONFIG=yes
# An optimised build with address, leak and undefined behavior checking
- os: linux
compiler: clang
sudo: required
env: CFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address" USE_CONFIG=yes

env:
global:
Expand Down

0 comments on commit e053bf1

Please sign in to comment.