mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the building script
This commit is contained in:
parent
49e520b6c4
commit
db405416e2
2
.github/workflows/build-ios.yml
vendored
2
.github/workflows/build-ios.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
version: ${{ env.QT_VERSION }}
|
version: ${{ env.QT_VERSION }}
|
||||||
- name: generate for ios
|
- name: generate for ios
|
||||||
run: |
|
run: |
|
||||||
${{ github.workspace }}/Qt/${{env.QT_VERSION}}/ios/bin/qt-cmake -G "MinGW Makefiles" -S . -B "build/ios" \
|
${{ github.workspace }}/Qt/${{env.QT_VERSION}}/ios/bin/qt-cmake -G "Xcode" -S . -B "build/ios" \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\macos"
|
-DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\macos"
|
||||||
- name: build for ios
|
- name: build for ios
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user