This commit is contained in:
parent
43194c96c6
commit
181a63cf8c
1 changed files with 8 additions and 1 deletions
|
@ -29,10 +29,17 @@ name: build-qt-macos-app
|
|||
platform:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
environment:
|
||||
QT_VERSION: 5.15.2
|
||||
steps:
|
||||
- name: test
|
||||
commands:
|
||||
- sw_vers
|
||||
- mkdir build
|
||||
- cd build
|
||||
- pip3 install aqtinstaller
|
||||
- aqt install-qt mac ios $QT_VERSION -m all
|
||||
- ./$QT_VERSION/ios/bin/qmake ..
|
||||
- make
|
||||
depends_on:
|
||||
- start-github-action
|
||||
|
||||
|
|
Loading…
Reference in a new issue