mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-29 10:58:06 +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)
|
make -j$(nproc)
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
- name: Build shemu fuzzer
|
||||||
|
run: |
|
||||||
|
cd bdshemu_fuzz
|
||||||
|
AFL_COMPILER=gcc make -j$(nproc)
|
||||||
|
cd ..
|
||||||
- name: Install setuptools
|
- name: Install setuptools
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user