Skip to content

Commit 61ab85a

Browse files
committed
Appveyor: Source vcvarsall to get dumpbin in path
1 parent 79e8fa8 commit 61ab85a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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
2022
- dumpbin /disasm target/debug/librustc_builtins.rlib
2123
- dumpbin /disasm target/release/librustc_builtins.rlib
2224

0 commit comments

Comments
 (0)