This commit is contained in:
parent
e114ced772
commit
8107d318bc
1 changed files with 10 additions and 11 deletions
21
.drone.yml
21
.drone.yml
|
@ -29,20 +29,19 @@ 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:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- "export PATH=$PATH:/usr/local/bin"
|
- "export PATH=$PATH:/usr/local/bin"
|
||||||
- echo $QT_VERSION
|
- pip3 install -U pip
|
||||||
- pip3 install -U pip
|
- pip3 install -U aqtinstall
|
||||||
- pip3 install -U aqtinstall
|
- aqt install-qt mac ios $QT_VERSION -m all
|
||||||
- "aqt install-qt mac ios $QT_VERSION -m all"
|
- ./$QT_VERSION/ios/bin/qmake ..
|
||||||
- "./$QT_VERSION/ios/bin/qmake .."
|
- make
|
||||||
- make
|
environment:
|
||||||
|
QT_VERSION: "5.15.2"
|
||||||
depends_on:
|
depends_on:
|
||||||
- start-github-action
|
- start-github-action
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue