mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-07-23 20:24:29 +08:00
Revert "Add CIFuzz integration"
This reverts commit 6b6f90085670fb1b0ecba0c8ed3e93f6ef7d9140.
This commit is contained in:
parent
6b6f900856
commit
5272348d0f
24
.github/workflows/cifuzz.yml
vendored
24
.github/workflows/cifuzz.yml
vendored
@ -1,24 +0,0 @@
|
|||||||
name: CIFuzz
|
|
||||||
on: [pull_request]
|
|
||||||
jobs:
|
|
||||||
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: 'draco'
|
|
||||||
dry-run: false
|
|
||||||
- name: Run Fuzzers
|
|
||||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
|
||||||
with:
|
|
||||||
oss-fuzz-project-name: 'draco'
|
|
||||||
fuzz-seconds: 600
|
|
||||||
dry-run: false
|
|
||||||
- name: Upload Crash
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
if: failure() && steps.build.outcome == 'success'
|
|
||||||
with:
|
|
||||||
name: artifacts
|
|
||||||
path: ./out/artifacts
|
|
Loading…
x
Reference in New Issue
Block a user