aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-02-02 01:12:38 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-02-02 01:12:38 +0300
commit4d454caf964b2e0734f594af9454d30de6e02db1 (patch)
treec6c4f2126ea3fe2437eb0bed9d689facade974b4
parent6fce41f1848a960e8195bd82419877ae6488f32a (diff)
appveyor.yml Save the progress
See builds here https://ci.appveyor.com/project/techtonik/pyside2-setup
-rw-r--r--appveyor.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6a1c7b0ef..e34aa3d9e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,3 +4,20 @@ install:
build_script:
- cmd: python --version
- cmd: python setup.py install --qmake=\path\to\bin\qmake --cmake=\path\to\bin\cmake --openssl=\path\to\openssl\bin
+
+build_script:
+ - cmd: >-
+ 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
+ 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 PATH=%PATH%;%QTDIR%\bin
+ qmake --version
+ python setup.py install --openssl=C:\OpenSSL-Win32