chore: update appveyor.yml
This commit is contained in:
parent
855e56a179
commit
ade8e1bb0d
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@ branches:
|
||||||
environment:
|
environment:
|
||||||
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
|
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
|
||||||
VCVARSARG: x64
|
VCVARSARG: x64
|
||||||
MINICONDA: C:\Miniconda3
|
MINICONDA: C:\Miniconda3-x64
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
install:
|
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
|
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||||
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
|
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
|
||||||
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
|
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
|
||||||
|
|
Loading…
Reference in a new issue