Skip to content

Commit f2a3aa5

Browse files
committed
Don't call vcvarsall manually
1 parent 376f43a commit f2a3aa5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

appveyor.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
environment:
22
matrix:
33
- TARGET: x86_64-pc-windows-msvc
4-
ARCH: amd64
54
- TARGET: i686-pc-windows-msvc
6-
ARCH: x86
75
- TARGET: i686-pc-windows-gnu
8-
ARCH: x86
96
install:
107
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
118
- 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%
139
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
1410
- SET PATH=%PATH%;C:\MinGW\bin
1511
- rustc -V

0 commit comments

Comments
 (0)