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:
parent
053e105fd2
commit
f734bc600b
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user