We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ff87b commit 6c2eaafCopy full SHA for 6c2eaaf
.github/workflows/macos_debug.yml
@@ -78,8 +78,8 @@ jobs:
78
working-directory: ${{ runner.temp }}/shadow_build_dir
79
run: |
80
export JOBS=$((`sysctl -n hw.ncpu`+1))
81
- qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=installer CONFIG+=${BUILD_TYPE}
82
- make -j$JOBS -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
+ qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=debug CONFIG+=installer CONFIG+=${BUILD_TYPE} QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64"
+ make -j$JOBS
83
84
- name: Upload Build File
85
uses: ./.github/actions/upload
0 commit comments