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

Remove cx_freeze

parent 08756cdf
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,10 @@ install: ...@@ -26,11 +26,10 @@ install:
- powershell .\\ci\\appveyor\\install.ps1 - powershell .\\ci\\appveyor\\install.ps1
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET QT_QPA_PLATFORM_PLUGIN_PATH=%PYTHON%\\envs\\test-environment\\Scripts\\plugins" - "SET QT_QPA_PLATFORM_PLUGIN_PATH=%PYTHON%\\envs\\test-environment\\Scripts\\plugins"
- choco install -y vcredist2013 - 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"
- "%CMD_IN_ENV% conda config --add channels pyzo" - "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% pyqt5 libsodium=1.0.3"
- "%CMD_IN_ENV% conda create -q -n test-environment python=%PYTHON_VERSION% cx_freeze pyqt5 libsodium=1.0.3"
build_script: build_script:
- ".\\ci\\appveyor\\build.cmd" - ".\\ci\\appveyor\\build.cmd"
......
...@@ -19,5 +19,5 @@ if %errorlevel% neq 0 exit /b 1s ...@@ -19,5 +19,5 @@ if %errorlevel% neq 0 exit /b 1s
python gen_translations.py python gen_translations.py
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
python setup.py build @REM python setup.py build
if %errorlevel% neq 0 exit /b 1 @REM if %errorlevel% neq 0 exit /b 1
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