We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132cf04 commit 52989f9Copy full SHA for 52989f9
appveyor.yml
@@ -22,8 +22,7 @@ test_script:
22
on_success:
23
- cmd: |
24
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
25
- dumpbin /disasm target/release/librustc_builtins.rlib | ^
26
- gist -d "'%TARGET%/rustc-builtins.rlib' from commit '%APPVEYOR_REPO_COMMIT%' on branch '%APPVEYOR_REPO_branch%'"
+ dumpbin /disasm target/release/librustc_builtins.rlib | gist -d "'%TARGET%/rustc-builtins.rlib' from commit '%APPVEYOR_REPO_COMMIT%' on branch '%APPVEYOR_REPO_branch%'"
27
28
branches:
29
only:
0 commit comments