use rustup and stable rust in appveyor
This commit is contained in:
		| @@ -4,12 +4,13 @@ environment: | |||||||
|   - TARGET: i686-pc-windows-msvc |   - TARGET: i686-pc-windows-msvc | ||||||
|   - TARGET: x86_64-pc-windows-gnu |   - TARGET: x86_64-pc-windows-gnu | ||||||
|   - TARGET: i686-pc-windows-gnu |   - TARGET: i686-pc-windows-gnu | ||||||
| install: | lnstall: | ||||||
|   - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" -FileName "rust-nightly.exe" |   - curl -sSf -o rustup-init.exe https://win.rustup.rs/ | ||||||
|   - ps: .\rust-nightly.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null |   - rustup-init.exe -y --default-host %TARGET% | ||||||
|   - ps: $env:PATH="$env:PATH;C:\rust\bin" |   - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin | ||||||
|   - rustc -vV |   - rustc -vV | ||||||
|   - cargo -vV |   - cargo -vV | ||||||
| build: false | build: false | ||||||
| test_script: | test_script: | ||||||
|  |   - cargo build --verbose | ||||||
|   - cargo test --verbose |   - cargo test --verbose | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user