diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-06-01 08:12:33 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-06-23 09:09:30 +0000 |
commit | 870f0cd2a0534d54bba18190e9f024f88e832933 (patch) | |
tree | f54535816302eb6009f9d56012f4c621718a226c /.travis.yml | |
parent | 80fd474e402bb003c3a427f1997eb649e69138ba (diff) |
build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9ab2227116..8d39d1e41d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,6 +107,11 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_tsan.sh" - stage: test + name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: memory (MSan)]' + env: >- + FILE_ENV="./ci/test/00_setup_env_native_msan.sh" + + - stage: test name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: fuzzer,address,undefined]' env: >- FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh" |