diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-05-08 04:37:05 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-06-21 21:01:06 +0000 |
commit | 3f686d1a286f88af7baa17c0c9dc439559a66e81 (patch) | |
tree | 25f1261007fbb855aca9ad85e6b02148b9ae641e /.travis.yml | |
parent | 8ef15e8a86038225afef2487ca23abc10ca5dffa (diff) |
ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors
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..edec60afba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,6 +117,11 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh" - stage: test + name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]' + env: >- + FILE_ENV="./ci/test/00_setup_env_native_fuzz_with_valgrind.sh" + + - stage: test name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh" |