aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-08-17 11:57:26 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-08-17 11:52:02 +0200
commitfa41810d0e87f9f9a2e39be238b9598be02646d0 (patch)
treecb4aa4faa9fbbeaaa18fa2f88011c071dbbaeadf
parenta57af897ec16976b28de05aa0b9c3f6a96d73ede (diff)
downloadbitcoin-fa41810d0e87f9f9a2e39be238b9598be02646d0.tar.xz
ci: Run valgrind fuzzer on cirrus
-rw-r--r--.cirrus.yml8
-rw-r--r--.travis.yml5
2 files changed, 8 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 446d3e35a9..9c590b4306 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -66,3 +66,11 @@ task:
image: ubuntu:focal
env:
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
+
+task:
+ name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]'
+ << : *GLOBAL_TASK_TEMPLATE
+ container:
+ image: ubuntu:focal
+ env:
+ FILE_ENV: "./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
diff --git a/.travis.yml b/.travis.yml
index f1cee7133f..8f8fba3108 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -110,11 +110,6 @@ 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"