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
pull/13/head
Anichitei Ionel-Cristinel 4 years ago committed by GitHub
parent 053e105fd2
commit f734bc600b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save