chore: fix appveyor

This commit is contained in:
Daniel S. 2019-09-21 20:20:27 +02:00
parent 71a45a30e7
commit b27ef90105
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ 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-x64 MINICONDA: C:\Miniconda3-x64
INNO: C:\Program Files (x86)\Inno Setup 5
build: false build: off
artifacts: artifacts:
- path: exe\__main__.dist\ - path: exe\__main__.dist\
@ -23,7 +24,7 @@ artifacts:
install: install:
- set PATH=%MINICONDA%\\Library\\bin;%MINICONDA%\\Scripts;%USERPROFILE%\\.cargo\\bin;%PATH% - set PATH=%MINICONDA%\\Library\\bin;%MINICONDA%\\Scripts;%USERPROFILE%\\.cargo\\bin;%PATH%
- set PATH="C:\\Program Files (x86)\\Inno Setup 5";%PATH% - set PATH=%INNO%;%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%