File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - TARGET : nightly-x86_64-pc-windows-msvc
4
- - TARGET : nightly-x86_64-pc-windows-gnu
5
- - TARGET : 1.50.0-x86_64-pc-windows-gnu
3
+ - channel : nightly
4
+ target : x86_64-pc-windows-msvc
5
+ - channel : nightly
6
+ target : x86_64-pc-windows-gnu
7
+ - channel : 1.50.0
8
+ target : x86_64-pc-windows-gnu
6
9
install :
7
- - ps : Start-FileDownload " https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install .exe"
8
- - ps : .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
9
- - ps : $env: PATH="$env: PATH;C:\rust \bin"
10
+ - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init .exe
11
+ - rustup-init -yv --default-toolchain %channel% --default-host %target%
12
+ - set PATH=% PATH%;%USERPROFILE%\.cargo \bin
10
13
- rustc -vV
11
14
- cargo -vV
12
15
build_script :
You can’t perform that action at this time.
0 commit comments