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
2dcddf449c
commit
c80ff63dc0
2
.github/workflows/build-ios.yml
vendored
2
.github/workflows/build-ios.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
||||
version: ${{ env.QT_VERSION }}
|
||||
- name: build for macos
|
||||
run: |
|
||||
${{ github.workspace }}\Qt\${{env.QT_VERSION}}\ios\bin\qt-cmake -G "MinGW Makefiles" -S . -B "build/ios" -DCMAKE_BUILD_TYPE=Release
|
||||
${{ github.workspace }}/Qt/${{env.QT_VERSION}}/macos/bin/qt-cmake -G "MinGW Makefiles" -S . -B "build/ios" -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build "build/ios" --config Release --target StringAssistant
|
||||
tree build/ios
|
||||
|
||||
Loading…
Reference in New Issue
Block a user