mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-21 23:18:09 +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:
|
||||
- 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
|
||||
run: |
|
||||
mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user