CI: build oss-fuzz client using make (#2951)

This commit is contained in:
amai2012 2020-12-16 10:16:33 +01:00 committed by GitHub
parent 2a05bc565d
commit fd520b45d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@ jobs:
- name: Build Fuzzer
if: matrix.os == 'ubuntu-20.04'
run: |
g++ -fsyntax-only -std=c++11 -Ilib oss-fuzz/*.cpp
pushd oss-fuzz
make -j$(nproc) CXX=clang++ CXXFLAGS="-fsanitize=address" fuzz-client translate
- uses: actions/upload-artifact@v2
with: