aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-05-08 04:37:05 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-06-21 21:01:06 +0000
commit3f686d1a286f88af7baa17c0c9dc439559a66e81 (patch)
tree25f1261007fbb855aca9ad85e6b02148b9ae641e /.travis.yml
parent8ef15e8a86038225afef2487ca23abc10ca5dffa (diff)
downloadbitcoin-3f686d1a286f88af7baa17c0c9dc439559a66e81.tar.xz
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.yml5
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"