mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-09 06:40:54 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build bddisasm and bdshemu
|
- name: Build bddisasm and bdshemu
|
||||||
run: make -j$(nproc)
|
run: |
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
make
|
||||||
|
cd -
|
||||||
- name: Install rapidjson
|
- name: Install rapidjson
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user