mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-08 06:10:53 +00:00
build: Try to build on macos
This commit is contained in:
parent
357b95d652
commit
afc3e94801
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -117,6 +117,21 @@ jobs:
|
|||||||
ninja
|
ninja
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Macos-build:
|
||||||
|
|
||||||
|
runs-on: macos-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Build all
|
||||||
|
run: |
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
make -j$(nproc)
|
||||||
|
cd -
|
||||||
|
|
||||||
Code-checks:
|
Code-checks:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user