Problem: oss-fuzz images not tested on PRs

Solution: integrate oss-fuzz build via Github actions
This commit is contained in:
Luca Boccassi 2020-05-06 00:16:34 +01:00
parent 5b7f67a822
commit 9f94aa866f

View File

@ -88,4 +88,13 @@ jobs:
- name: test
shell: cmd
working-directory: build_libzmq
run: ctest -C "%Configuration%"
run: ctest -C "%Configuration%"
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'libzmq'
dry-run: false