summaryrefslogtreecommitdiff
path: root/travis-ci/managers
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-05-05 20:00:38 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2019-05-07 21:39:01 +0000
commit9337418565892c36f9081a40c1e3684adbdd799a (patch)
tree2f36441d3cac84694237504edfc3203e9d257a61 /travis-ci/managers
parent87ac55a12996dbe20ac3f67f2a3b47e650f740e2 (diff)
downloadsystemd-9337418565892c36f9081a40c1e3684adbdd799a.tar.gz
travis: make sure the fuzz targets can be built on FuzzBuzz
Diffstat (limited to 'travis-ci/managers')
-rwxr-xr-xtravis-ci/managers/fuzzbuzz.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/travis-ci/managers/fuzzbuzz.sh b/travis-ci/managers/fuzzbuzz.sh
new file mode 100755
index 0000000000..607ef155ef
--- /dev/null
+++ b/travis-ci/managers/fuzzbuzz.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+set -x
+
+cd $REPO_ROOT
+wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz
+chmod +x fuzzbuzz
+./fuzzbuzz validate
+./fuzzbuzz target test fuzz-unit-file --all