mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-03 11:50:55 +00:00
Update ci.yml
This commit is contained in:
parent
5c8d896b26
commit
974e7124f0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -50,13 +50,12 @@ jobs:
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DINCLUDE_TOOL=y -DCMAKE_INSTALL_PREFIX=/usr
|
cmake .. -DINCLUDE_TOOL=y -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make bddisasm bdshemu
|
make bddisasm bdshemu -j$(nproc)
|
||||||
cd -
|
cd -
|
||||||
- name: Build disasmtool_lix
|
- name: Build disasmtool_lix
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
make disasmtool
|
make disasmtool -j$(nproc)
|
||||||
../../bin/x64/Release/disasmtool -h
|
|
||||||
cd -
|
cd -
|
||||||
- name: Install setuptools
|
- name: Install setuptools
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user