Skip to content

Commit 999d82a

Browse files
author
Jorge Aparicio
authored
Merge pull request #41 from mattico/dumpbin
appveyor: inspect binaries
2 parents 89594e1 + 34f8273 commit 999d82a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ test_script:
1717
- cargo build --release
1818
- cargo test
1919
- cargo test --release
20+
- CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
21+
- dumpbin /disasm target/debug/librustc_builtins.rlib || exit 0
22+
- dumpbin /disasm target/release/librustc_builtins.rlib || exit 0
2023

2124
branches:
2225
only:

0 commit comments

Comments
 (0)