aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
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 /.cirrus.yml
parenta57af897ec16976b28de05aa0b9c3f6a96d73ede (diff)
downloadbitcoin-fa41810d0e87f9f9a2e39be238b9598be02646d0.tar.xz
ci: Run valgrind fuzzer on cirrus
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml8
1 files changed, 8 insertions, 0 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"