mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 14:19:56 +01:00
[skip ci] Move fuzz to .github, update fuzz.yml
This commit is contained in:
7
.github/workflows/fuzz.yml
vendored
7
.github/workflows/fuzz.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
image: silkeh/clang:15
|
||||
options: -v /usr/local:/host_usr_local
|
||||
|
||||
env:
|
||||
CXXFLAGS: -I ${{ github.workspace }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
@@ -41,9 +44,9 @@ jobs:
|
||||
script/ci_install_deps.sh
|
||||
|
||||
- name: Build
|
||||
working-directory: fuzz
|
||||
working-directory: .github/fuzz
|
||||
run: make
|
||||
|
||||
- name: Run
|
||||
working-directory: fuzz
|
||||
working-directory: .github/fuzz
|
||||
run: make run
|
||||
|
||||
Reference in New Issue
Block a user