aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-02-17 13:34:51 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-02-18 06:56:26 +0000
commita3b539a924f8611abb3096f2bd9d35094b5577e3 (patch)
treea01f85b632f0a830084bd2ace903bd68086d7ecd /.travis.yml
parent179504ccb6f4e5a4418b064a184ba37b04491a31 (diff)
downloadbitcoin-a3b539a924f8611abb3096f2bd9d35094b5577e3.tar.xz
ci: Run fuzz testing test cases under valgrind
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 c5b8c476b7..9a111c03ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -135,6 +135,11 @@ jobs:
FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh"
- stage: test
+ name: 'x86_64 Linux [GOAL: install] [bionic] [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] [bionic] [no wallet]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"