chore: update appveyor.yml

This commit is contained in:
Daniel S. 2019-09-20 18:30:07 +02:00
parent 855e56a179
commit ade8e1bb0d
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@ branches:
environment:
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
VCVARSARG: x64
MINICONDA: C:\Miniconda3
MINICONDA: C:\Miniconda3-x64
build: false
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- set PATH=%MINICONDA%\\Scripts;%MINICONDA%\\Library\\bin;%PATH%
- 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%