travis fix
This commit is contained in:
parent
5ca46edf33
commit
568388367e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
if [ ! -f /C/Qt/5.14.2/msvc2017/bin/qmake ]; then \
|
if [ ! -f /C/Qt/5.14.2/msvc2017/bin/qmake ]; then \
|
||||||
choco install python3 && \
|
choco install python3 && \
|
||||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
||||||
python3 get-pip.py && \
|
python get-pip.py && \
|
||||||
pip install aqtinstall requests py7zr && \
|
pip install aqtinstall requests py7zr && \
|
||||||
python -m aqt install --outputdir /C/Qt 5.14.2 windows desktop win32_msvc2017 -m qtbase && \
|
python -m aqt install --outputdir /C/Qt 5.14.2 windows desktop win32_msvc2017 -m qtbase && \
|
||||||
python -m aqt tool --outputdir /C/Qt windows tools_ifw 4.0.1 qt.tools.ifw.40; \
|
python -m aqt tool --outputdir /C/Qt windows tools_ifw 4.0.1 qt.tools.ifw.40; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue