1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +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:
Marcelo Bezerra 2024-04-27 16:18:41 +02:00 committed by GitHub
commit c5d1459e4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ jobs:
- name: Build SITL
run: |
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
- name: Upload artifacts