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:
|
platform:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
environment:
|
||||||
|
QT_VERSION: 5.15.2
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
commands:
|
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:
|
depends_on:
|
||||||
- start-github-action
|
- start-github-action
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue