Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dorian Zedler 2022-08-10 23:52:38 +02:00
parent 3eed9d0604
commit 636cbea47f

View file

@ -36,11 +36,11 @@ steps:
commands: commands:
- mkdir build - mkdir build
- cd build - cd build
- echo $PATH - "export PATH=$PATH:/usr/local/bin"
- pip3 install -U pip - pip3 install -U pip
- pip3 install -U aqtinstall - pip3 install -U aqtinstall
- /usr/local/bin/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
depends_on: depends_on:
- start-github-action - start-github-action