Skip to content

Commit b1f0ec0

Browse files
committed
Appveyor: Don't worry about the platform for vcvarsall
1 parent 61ab85a commit b1f0ec0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ test_script:
1717
- cargo build --release
1818
- cargo test
1919
- cargo test --release
20-
- if %platform% == x64 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
21-
- if %platform% == x86 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64_x86
20+
- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
2221
- dumpbin /disasm target/debug/librustc_builtins.rlib
2322
- dumpbin /disasm target/release/librustc_builtins.rlib
2423

0 commit comments

Comments
 (0)