We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c427112 commit 10fdc9bCopy full SHA for 10fdc9b
appveyor.yml
@@ -18,7 +18,6 @@ test_script:
18
- cargo test
19
- 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
23
24
branches:
ci/script.sh
@@ -11,7 +11,6 @@ inspect() {
11
$PREFIX$NM -g --defined-only target/**/debug/*.rlib
12
13
set +e
14
- $PREFIX$OBJDUMP -Cd target/**/debug/*.rlib
15
$PREFIX$OBJDUMP -Cd target/**/release/*.rlib
16
set -e
17
0 commit comments