-
- Downloads
Add github action for continuous build task for fuzzing
The continuous build task causes a build to be triggered and uploaded as a GitHub Actions artifact whenever a new push is done to main/default branch. Continuous builds are used when a crash is found during PR fuzzing to determine whether the crash was newly introduced. If the crash is not novel, PR fuzzing will not report it. This means that there will be fewer unrelated failures when running code change fuzzing.
.github/workflows/cflite_build.yml:
0 → 100644
Please register or sign in to comment