This commit is contained in:
parent
3eed9d0604
commit
636cbea47f
1 changed files with 3 additions and 3 deletions
|
@ -36,11 +36,11 @@ steps:
|
|||
commands:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- echo $PATH
|
||||
- "export PATH=$PATH:/usr/local/bin"
|
||||
- pip3 install -U pip
|
||||
- pip3 install -U aqtinstall
|
||||
- /usr/local/bin/aqt install-qt mac ios $QT_VERSION -m all
|
||||
- ./$QT_VERSION/ios/bin/qmake ..
|
||||
- "aqt install-qt mac ios $QT_VERSION -m all"
|
||||
- "./$QT_VERSION/ios/bin/qmake .."
|
||||
- make
|
||||
depends_on:
|
||||
- start-github-action
|
||||
|
|
Loading…
Reference in a new issue