We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376f43a commit f2a3aa5Copy full SHA for f2a3aa5
appveyor.yml
@@ -1,15 +1,11 @@
1
environment:
2
matrix:
3
- TARGET: x86_64-pc-windows-msvc
4
- ARCH: amd64
5
- TARGET: i686-pc-windows-msvc
6
- ARCH: x86
7
- TARGET: i686-pc-windows-gnu
8
9
install:
10
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
11
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
12
- - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %ARCH%
13
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
14
- SET PATH=%PATH%;C:\MinGW\bin
15
- rustc -V
0 commit comments