From 9f94aa866fe1bfa7f915ba7fb25b2f4edf3c6e50 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 6 May 2020 00:16:34 +0100 Subject: [PATCH] Problem: oss-fuzz images not tested on PRs Solution: integrate oss-fuzz build via Github actions --- .github/workflows/CI.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e21216bd..b33e4250 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -88,4 +88,13 @@ jobs: - name: test shell: cmd working-directory: build_libzmq - run: ctest -C "%Configuration%" \ No newline at end of file + 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