1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-25 17:08:35 +00:00

Try to build bdshemu_fuzz

We build it with gcc just to ensure that is stays up to date when bddisasm or bdshemu are changed
This commit is contained in:
Anichitei Ionel-Cristinel 2020-07-31 18:16:41 +03:00 committed by GitHub
parent 053e105fd2
commit f734bc600b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,11 @@ jobs:
make -j$(nproc)
cd ..
cd ..
- name: Build shemu fuzzer
run: |
cd bdshemu_fuzz
AFL_COMPILER=gcc make -j$(nproc)
cd ..
- name: Install setuptools
run: |
python3 -m pip install --upgrade pip