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
|
||||
arch: amd64
|
||||
environment:
|
||||
QT_VERSION: 5.15.2
|
||||
QT_VERSION: "5.15.2"
|
||||
steps:
|
||||
- name: test
|
||||
commands:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- "export PATH=$PATH:/usr/local/bin"
|
||||
- echo $QT_VERSION
|
||||
- pip3 install -U pip
|
||||
- pip3 install -U aqtinstall
|
||||
- "aqt install-qt mac ios $QT_VERSION -m all"
|
||||
|
|
Loading…
Reference in a new issue