appveyor: use rustup
This commit is contained in:
parent
549532f36e
commit
90d58ada7a
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@ environment:
|
|||
- TARGET: x86_64-pc-windows-msvc
|
||||
|
||||
install:
|
||||
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
|
||||
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs
|
||||
- rustup-init.exe --default-host %TARGET% --default-toolchain nightly -y
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- gem install gist
|
||||
- rustc -Vv
|
||||
- cargo -V
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue