This commit is contained in:
parent
636cbea47f
commit
e114ced772
1 changed files with 2 additions and 1 deletions
|
@ -30,13 +30,14 @@ platform:
|
||||||
os: darwin
|
os: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
environment:
|
environment:
|
||||||
QT_VERSION: 5.15.2
|
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"
|
||||||
|
|
Loading…
Reference in a new issue