Skip to content

Commit

Permalink
Use appveyor qt
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Apr 5, 2016
1 parent cbe8ab2 commit 3a621ab
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
PYTHON_ARCH: "64"
CONDA_PY: "35"
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"
QINSTALLER: "qt-opensource-windows-x86-msvc2015_64-5.6.0-beta.exe"
platform: x64
Expand All @@ -21,7 +21,7 @@ environment:
PYTHON_ARCH: "32"
CONDA_PY: "35"
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"
QINSTALLER: "qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe"
platform: x86
Expand All @@ -31,15 +31,12 @@ install:
# as well as pip, conda-build, and the binstar CLI
- powershell .\\ci\\appveyor\\install.ps1

- IF NOT EXIST C:\Qt\5.6\5.6 curl -kLO %QDOWNLOAD%
- IF NOT EXIST C:\Qt\5.6\5.6 %QINSTALLER% --script ci\appveyor\qt-installer-noninteractive.qs
# - dir /b /s /ad c:\Qt
- dir /b /s /ad c:\Qt\5.6
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "IF EXIST %QTDIR%\\include\\QtNfc MOVE %QTDIR%\\include\\QtNfc %QTDIR%\\include\\QtNfc-disable"
# 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"
- choco install -y vcredist2015
- "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no"
Expand Down

0 comments on commit 3a621ab

Please sign in to comment.