aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-02-02 01:53:03 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-02-02 01:53:03 +0300
commit82372cd7ca6853d55b8f3f47aadc6dee988fd26e (patch)
tree17bb6054c00ff8c55f2c4c22fd2c1b2b3b41ee23 /appveyor.yml
parent4d454caf964b2e0734f594af9454d30de6e02db1 (diff)
appveyor.yml Try to reuse already installed Qt 5.5
See http://www.appveyor.com/docs/installed-software#qt
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e34aa3d9e..4c1f19c38 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,14 +10,15 @@ build_script:
cmake --version
dir
cd C:\Qt
- curl -sLO https://download.qt.io/archive/qt/5.5/5.5.0/qt-opensource-windows-x86-msvc2010-5.5.0.exe
- 7z x qt-opensource-windows-x86-msvc2010-5.5.0.exe
+ rem curl -sLO https://download.qt.io/archive/qt/5.5/5.5.0/qt-opensource-windows-x86-msvc2010-5.5.0.exe
+ rem 7z 9.20 fails to unpack the archive properly (only 13/585Mb are unpacked)
+ rem 7z x qt-opensource-windows-x86-msvc2010-5.5.0.exe
+
cd C:\projects\pyside2-setup
dir C:\Qt\5.5
dir C:\Qt\5.5\msvc2013
- dir C:\Qt\5.5\Src
dir C:\OpenSSL-Win32
- set QTDIR=C:\Qt\5.5\Src
+ set QTDIR=C:\Qt\5.5
set PATH=%PATH%;%QTDIR%\bin
qmake --version
python setup.py install --openssl=C:\OpenSSL-Win32