travis fix
This commit is contained in:
parent
af41abd346
commit
5ca46edf33
1 changed files with 5 additions and 4 deletions
|
|
@ -17,10 +17,11 @@ 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 && \
|
||||||
python -m pip install -U pip && \
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
||||||
|
python3 get-pip.py && \
|
||||||
pip install aqtinstall requests py7zr && \
|
pip install aqtinstall requests py7zr && \
|
||||||
python3 -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 && \
|
||||||
python3 -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; \
|
||||||
fi
|
fi
|
||||||
- echo 'call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"' > winbuild.bat
|
- echo 'call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"' > winbuild.bat
|
||||||
- echo -e "\r\n" >> winbuild.bat
|
- echo -e "\r\n" >> winbuild.bat
|
||||||
|
|
@ -38,6 +39,6 @@ before_cache:
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/Qt
|
- $HOME/Qt
|
||||||
- C:\Qt
|
- /C/Qt
|
||||||
- $HOME/Library/Caches/Homebrew
|
- $HOME/Library/Caches/Homebrew
|
||||||
# - /usr/local/Cellar/qt
|
# - /usr/local/Cellar/qt
|
||||||
Loading…
Add table
Add a link
Reference in a new issue