aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Neat <lneat@google.com>2020-03-19 01:52:07 -0700
committerGitHub <noreply@github.com>2020-03-19 09:52:07 +0100
commit36ac0feaf9654855ee090b1f042363ecfb256f31 (patch)
treebc590d9c60189cd06bdc19fb3aa31c446a131b7d
parent666c3280cc11dc433c303d79a83d4ffbdd12cc8d (diff)
downloadbrotli-36ac0feaf9654855ee090b1f042363ecfb256f31.zip
brotli-36ac0feaf9654855ee090b1f042363ecfb256f31.tar.gz
brotli-36ac0feaf9654855ee090b1f042363ecfb256f31.tar.bz2
Adding CIFuzz (#797)
-rw-r--r--.github/workflows/fuzz.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
new file mode 100644
index 0000000..f0f5dcc
--- /dev/null
+++ b/.github/workflows/fuzz.yml
@@ -0,0 +1,23 @@
+name: CIFuzz
+on: [pull_request]
+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: 'brotli'
+ dry-run: false
+ - name: Run Fuzzers
+ uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
+ with:
+ oss-fuzz-project-name: 'brotli'
+ fuzz-seconds: 600
+ dry-run: false
+ - name: Upload Crash
+ uses: actions/upload-artifact@v1
+ if: failure()
+ with:
+ name: artifacts
+ path: ./out/artifacts