travis: make sure the fuzz targets can be built on FuzzBuzz

This commit is contained in:
Evgeny Vereshchagin 2019-05-05 20:00:38 +00:00
parent 87ac55a129
commit 9337418565
2 changed files with 17 additions and 0 deletions

View File

@ -98,6 +98,13 @@ jobs:
- sudo $CI_MANAGERS/xenial.sh
- set +e
- name: FuzzBuzz
language: bash
script:
- set -e
- $CI_MANAGERS/fuzzbuzz.sh
- set +e
- stage: Coverity
language: bash
env:

10
travis-ci/managers/fuzzbuzz.sh Executable file
View File

@ -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