1
0
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:
Anichitei Ionel-Cristinel 2020-11-20 16:24:06 +02:00 committed by GitHub
parent 5c8d896b26
commit 974e7124f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |