chore: fix appveyor
This commit is contained in:
parent
71a45a30e7
commit
b27ef90105
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ environment:
|
|||
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
|
||||
VCVARSARG: x64
|
||||
MINICONDA: C:\Miniconda3-x64
|
||||
INNO: C:\Program Files (x86)\Inno Setup 5
|
||||
|
||||
build: false
|
||||
build: off
|
||||
|
||||
artifacts:
|
||||
- path: exe\__main__.dist\
|
||||
|
@ -23,7 +24,7 @@ artifacts:
|
|||
|
||||
install:
|
||||
- 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
|
||||
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
|
||||
- if defined VCVARS call "%VCVARS%" %VCVARSARG%
|
||||
|
|
Loading…
Reference in a new issue