We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a4808 commit 3c50606Copy full SHA for 3c50606
appveyor.yml
@@ -18,8 +18,8 @@ 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
+ - dumpbin /disasm target/debug/librustc_builtins.rlib || exit 0
+ - dumpbin /disasm target/release/librustc_builtins.rlib || exit 0
23
24
branches:
25
only:
0 commit comments