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

Path problem

parent 3a621abe
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,6 @@ environment: ...@@ -12,8 +12,6 @@ environment:
CONDA_PY: "35" CONDA_PY: "35"
CONDA_NPY: "18" CONDA_NPY: "18"
QTDIR: "C:\\Qt\\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 platform: x64
- PYTHON: "C:\\Python35_32" - PYTHON: "C:\\Python35_32"
...@@ -22,8 +20,6 @@ environment: ...@@ -22,8 +20,6 @@ environment:
CONDA_PY: "35" CONDA_PY: "35"
CONDA_NPY: "18" CONDA_NPY: "18"
QTDIR: "C:\\Qt\\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 platform: x86
install: install:
...@@ -34,10 +30,9 @@ install: ...@@ -34,10 +30,9 @@ install:
- dir /b /s /ad c:\Qt\5.6 - dir /b /s /ad c:\Qt\5.6
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
# Add qt to path # Add qt to path
- "set PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%" - "SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%QTDIR\\lib;%PATH%"
- "SET QT_PLUGIN_PATH=%QTDIR%\\plugins" - "SET QT_PLUGIN_PATH=%QTDIR%\\plugins"
- echo %PATH%
- 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"
- "%CMD_IN_ENV% conda config --add channels inso/channel/sakia" - "%CMD_IN_ENV% conda config --add channels inso/channel/sakia"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment