aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2020-01-09 07:00:01 +0100
committerRichard Weickelt <richard@weickelt.de>2020-01-09 13:38:49 +0000
commit3bffba526c17d04fb58d862c870298b4dcd6342b (patch)
tree9bba3cd634bc0c300b0c816fd49a7b30ce1e01bd /.travis.yml
parent4b0035bbda8fcb8975624ee31a4189fa6cee4faf (diff)
Change Python package version on Windows
Version 3.6.8 seems to be down quite often for whatever reason. Maybe selecting just "some" version is more stable. Change-Id: I4862c82ae0da38d5d942d77607db4e2312b49ae0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4917087a3..2ee869657 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,7 +103,7 @@ jobs:
BUILD_OPTIONS="config:release modules.cpp.compilerWrapper:clcache"
QT_INSTALL_DIR=C:/Qt
QMAKE_PATH=${QT_INSTALL_DIR}/${QT_VERSION}/msvc2017_64/bin/qmake.exe
- PATH="/c/Qt/Tools/QtCreator/bin:/c/Python36:/c/Python36/Scripts:${PATH}"
+ PATH="/c/Qt/Tools/QtCreator/bin:/c/Python38:/c/Python39:/c/Python38/Scripts:/c/Python39/Scripts:${PATH}"
WITH_DOCS=0
QBS_BUILD_PROFILE=qt
CLCACHE_DIR="${HOME}/.ccache"
@@ -111,7 +111,7 @@ jobs:
# Install Qbs and Qt
- ./scripts/install-qt.sh -d ${QT_INSTALL_DIR} --version ${QT_VERSION} --toolchain win64_msvc2017_64 qtbase qtdeclarative qttools qtscript
- ./scripts/install-qt.sh -d ${QT_INSTALL_DIR} --version ${QTCREATOR_VERSION} qtcreator
- - choco install python --version 3.6.8
+ - choco install python
- pip install git+https://github.com/frerich/clcache.git@cae73d8255d78db8ba11e23c51fd2c9a89e7475b
script:
- clcache -s