Update '.drone.yml'
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Dorian Zedler 2022-08-10 23:49:05 +02:00
parent bc67f3c1c1
commit 9cbd3df705

View file

@ -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