mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-12 17:12:46 +00:00
Problem: oss-fuzz images not tested on PRs
Solution: integrate oss-fuzz build via Github actions
This commit is contained in:
parent
5b7f67a822
commit
9f94aa866f
9
.github/workflows/CI.yaml
vendored
9
.github/workflows/CI.yaml
vendored
@ -89,3 +89,12 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: build_libzmq
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user