Skip to content

Commit 79e8fa8

Browse files
author
Jorge Aparicio
committed
appveyor: inspect binaries
1 parent c4142ed commit 79e8fa8

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+
- dumpbin /disasm target/debug/librustc_builtins.rlib
21+
- dumpbin /disasm target/release/librustc_builtins.rlib
2022

2123
branches:
2224
only:

0 commit comments

Comments
 (0)