2019-09-20 15:40:56 +00:00
|
|
|
image: Visual Studio 2019
|
|
|
|
platform: x64
|
|
|
|
version: 0.1.{build}
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- pyqt_gui
|
|
|
|
|
|
|
|
environment:
|
|
|
|
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
|
|
|
|
VCVARSARG: x64
|
2019-09-20 16:19:49 +00:00
|
|
|
MINICONDA: C:\Miniconda3
|
2019-09-20 15:40:56 +00:00
|
|
|
|
2019-09-20 16:16:30 +00:00
|
|
|
build: false
|
|
|
|
|
2019-09-20 16:19:49 +00:00
|
|
|
install:
|
|
|
|
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
2019-09-20 15:40:56 +00:00
|
|
|
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
|
|
|
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
|
|
|
|
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
|
2019-09-20 16:19:49 +00:00
|
|
|
- conda activate
|
2019-09-20 16:16:30 +00:00
|
|
|
- pip install tox
|
2019-09-20 15:40:56 +00:00
|
|
|
|
2019-09-20 16:16:30 +00:00
|
|
|
test_script:
|
2019-09-20 16:10:08 +00:00
|
|
|
- tox -e build
|