mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-22 15:38:07 +00:00
ci: Run tests on Linux builds with sanitizers
This commit is contained in:
parent
10f06b9263
commit
aa90fb6282
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -35,6 +35,17 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Build with sanitizers
|
||||||
|
run: |
|
||||||
|
mkdir build_sanitizers
|
||||||
|
cd build_sanitizers
|
||||||
|
cmke .. -DCMAKE_BUILD_TYPE=Debug -DBDD_ASAN=ON -DBDD_UBSAN=ON
|
||||||
|
make -j$(nproc)
|
||||||
|
cd -
|
||||||
|
- name: Test disasm
|
||||||
|
run: python3 ./tests/main.py --disasm ./build_sanitizers/disasmtool/disasmtool --conf ./bddisasm_test/conf-x86.json
|
||||||
|
- name: Test shemu
|
||||||
|
run: python3 ./tests/main.py --disasm ./build_sanitizers/disasmtool/disasmtool --conf ./bdshemu_test/conf-x86.json
|
||||||
- name: Build all
|
- name: Build all
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user