mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-18 05:28:09 +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
|
||||
cd build
|
||||
cmake .. -DINCLUDE_TOOL=y -DCMAKE_INSTALL_PREFIX=/usr
|
||||
make bddisasm bdshemu
|
||||
make bddisasm bdshemu -j$(nproc)
|
||||
cd -
|
||||
- name: Build disasmtool_lix
|
||||
run: |
|
||||
cd build
|
||||
make disasmtool
|
||||
../../bin/x64/Release/disasmtool -h
|
||||
make disasmtool -j$(nproc)
|
||||
cd -
|
||||
- name: Install setuptools
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user