qpdf/.github/workflows/cifuzz.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
704 B
YAML
Raw Permalink Normal View History

2020-02-21 00:50:10 +00:00
name: CIFuzz
on:
push:
branches:
- main
paths-ignore:
- 'ChangeLog'
- 'README*'
- 'TODO'
pull_request:
2020-02-21 00:50:10 +00: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 23:33:58 +00:00
dry-run: false
2020-02-21 00:50:10 +00: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 23:33:58 +00:00
dry-run: false
2020-02-21 00:50:10 +00:00
- name: Upload Crash
uses: actions/upload-artifact@v4
2020-02-21 00:50:10 +00:00
if: failure()
with:
name: artifacts
path: ./out/artifacts