mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-08 22:30:55 +00:00
ci: Use CMake when building on Linux
This commit is contained in:
parent
2ebfd04da0
commit
baad8a4bd0
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -28,7 +28,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build bddisasm and bdshemu
|
||||
run: make -j$(nproc)
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
cd -
|
||||
- name: Install rapidjson
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user