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

This commit is contained in:
Dorian Zedler 2022-08-10 23:56:44 +02:00
parent e114ced772
commit 8107d318bc

View file

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