mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01: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
|
||||
working-directory: build_libzmq
|
||||
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…
Reference in New Issue
Block a user