summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-10-17 21:00:55 +0200
committerAndy Polyakov <appro@openssl.org>2015-11-21 14:19:40 +0100
commitc880b3e3141ba5229d4ddf8390c4b9e09cd832f8 (patch)
tree676b0c0d4603219e971e3cad93d2cb8298d9926b /.travis.yml
parent043b93d7323a70d4157709fbf4a804d1a0f7c824 (diff)
downloadopenssl-new-c880b3e3141ba5229d4ddf8390c4b9e09cd832f8.tar.gz
Add Travis builds with undefined behavior sanitizer
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d7cf6992a..9354e12ed0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,13 +36,13 @@ matrix:
env: CONFIG_OPTS="-fsanitize=address"
- os: linux
compiler: clang-3.6
- env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address"
+ env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined"
- os: linux
compiler: gcc-5
env: CONFIG_OPTS="-fsanitize=address"
- os: linux
compiler: gcc-5
- env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address"
+ env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined"
exclude:
- os: osx
compiler: clang-3.6