diff --git a/travis-ci/managers/fuzzbuzz.sh b/travis-ci/managers/fuzzbuzz.sh index 607ef155ef..d3a91ea328 100755 --- a/travis-ci/managers/fuzzbuzz.sh +++ b/travis-ci/managers/fuzzbuzz.sh @@ -8,3 +8,9 @@ wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz chmod +x fuzzbuzz ./fuzzbuzz validate ./fuzzbuzz target test fuzz-unit-file --all + +git clone https://github.com/google/oss-fuzz /tmp/oss-fuzz +cd /tmp/oss-fuzz +sudo ./infra/helper.py pull_images +sudo ./infra/helper.py build_fuzzers --clean --sanitizer=memory systemd $REPO_ROOT +sudo ./infra/helper.py check_build --sanitizer=memory systemd