2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-22 22:58:33 +00:00
qpdf/.github/workflows/cifuzz.yml

32 lines
704 B
YAML
Raw Normal View History

2020-02-20 16:50:10 -08:00
name: CIFuzz
on:
push:
branches:
- main
paths-ignore:
- 'ChangeLog'
- 'README*'
- 'TODO'
pull_request:
2020-02-20 16:50:10 -08:00
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'qpdf'
2020-03-17 16:33:58 -07:00
dry-run: false
2020-02-20 16:50:10 -08:00
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'qpdf'
fuzz-seconds: 600
2020-03-17 16:33:58 -07:00
dry-run: false
2020-02-20 16:50:10 -08:00
- name: Upload Crash
uses: actions/upload-artifact@v4
2020-02-20 16:50:10 -08:00
if: failure()
with:
name: artifacts
path: ./out/artifacts