This commit is contained in:
parent
bc67f3c1c1
commit
9cbd3df705
1 changed files with 8 additions and 3 deletions
11
.drone.yml
11
.drone.yml
|
@ -36,9 +36,10 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- pip install -U pip
|
- echo $PATH
|
||||||
- pip install -U aqtinstall
|
- pip3 install -u pip
|
||||||
- aqt install-qt mac ios $QT_VERSION -m all
|
- pip3 install -u aqtinstall
|
||||||
|
- /usr/local/bin/aqt install-qt mac ios $QT_VERSION -m all
|
||||||
- ./$QT_VERSION/ios/bin/qmake ..
|
- ./$QT_VERSION/ios/bin/qmake ..
|
||||||
- make
|
- make
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -59,6 +60,10 @@ steps:
|
||||||
workflow_actions: cancel,delete
|
workflow_actions: cancel,delete
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-qt-macos-app
|
- build-qt-macos-app
|
||||||
|
trigger:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
#- failure
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Loading…
Reference in a new issue