This commit is contained in:
parent
3eed9d0604
commit
636cbea47f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue