Skip to content
Snippets Groups Projects
Commit 3a621abe authored by inso's avatar inso
Browse files

Use appveyor qt

parent cbe8ab28
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ environment: ...@@ -11,7 +11,7 @@ environment:
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
CONDA_PY: "35" CONDA_PY: "35"
CONDA_NPY: "18" CONDA_NPY: "18"
QTDIR: "C:\\Qt\\5.6\\5.6\\msvc2015_64" QTDIR: "C:\\Qt\\5.6\\msvc2015_64"
QDOWNLOAD: "http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/qt-opensource-windows-x86-msvc2015_64-5.6.0-beta.exe" QDOWNLOAD: "http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/qt-opensource-windows-x86-msvc2015_64-5.6.0-beta.exe"
QINSTALLER: "qt-opensource-windows-x86-msvc2015_64-5.6.0-beta.exe" QINSTALLER: "qt-opensource-windows-x86-msvc2015_64-5.6.0-beta.exe"
platform: x64 platform: x64
...@@ -21,7 +21,7 @@ environment: ...@@ -21,7 +21,7 @@ environment:
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
CONDA_PY: "35" CONDA_PY: "35"
CONDA_NPY: "18" CONDA_NPY: "18"
QTDIR: "C:\\Qt\\5.6\\5.6\\msvc2015" QTDIR: "C:\\Qt\\5.6\\msvc2015"
QDOWNLOAD: "http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe" QDOWNLOAD: "http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe"
QINSTALLER: "qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe" QINSTALLER: "qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe"
platform: x86 platform: x86
...@@ -31,15 +31,12 @@ install: ...@@ -31,15 +31,12 @@ install:
# as well as pip, conda-build, and the binstar CLI # as well as pip, conda-build, and the binstar CLI
- powershell .\\ci\\appveyor\\install.ps1 - powershell .\\ci\\appveyor\\install.ps1
- IF NOT EXIST C:\Qt\5.6\5.6 curl -kLO %QDOWNLOAD% - dir /b /s /ad c:\Qt\5.6
- IF NOT EXIST C:\Qt\5.6\5.6 %QINSTALLER% --script ci\appveyor\qt-installer-noninteractive.qs
# - dir /b /s /ad c:\Qt
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "IF EXIST %QTDIR%\\include\\QtNfc MOVE %QTDIR%\\include\\QtNfc %QTDIR%\\include\\QtNfc-disable"
# Add qt to path # Add qt to path
- "set PATH=%QTDIR%\\bin;%PATH%" - "set PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%QTDIR\\lib;%PATH%"
- "SET QT_PLUGIN_PATH=%QTDIR%\\plugins" - "SET QT_PLUGIN_PATH=%QTDIR%\\plugins"
- choco install -y vcredist2015 - choco install -y vcredist2015
- "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no" - "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment