mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 19:40:27 +03:00
Merge pull request #9981 from iNavFlight/mmosca-sitil-mac-fix-2
[SITL] MacOS SITL, build as universal binary
This commit is contained in:
commit
c5d1459e4e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
||||||
- name: Build SITL
|
- name: Build SITL
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build_SITL && cd build_SITL
|
mkdir -p build_SITL && cd build_SITL
|
||||||
cmake -DSITL=ON -DWARNINGS_AS_ERRORS=ON -G Ninja ..
|
cmake -DSITL=ON -DWARNINGS_AS_ERRORS=ON -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -G Ninja ..
|
||||||
ninja
|
ninja
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue