Skip to content

Commit 464c5c4

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ test_script:
1717
- cargo build --release
1818
- cargo test
1919
- cargo test --release
20+
- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
2021
- dumpbin /disasm target/debug/librustc_builtins.rlib
2122
- dumpbin /disasm target/release/librustc_builtins.rlib
2223

0 commit comments

Comments
 (0)