We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a14844 commit cb9f106Copy full SHA for cb9f106
appveyor.yml
@@ -7,6 +7,7 @@ install:
7
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
8
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
9
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
10
+ - gem install gist
11
- rustc -Vv
12
- cargo -V
13
@@ -18,7 +19,9 @@ test_script:
18
19
- cargo test
20
- cargo test --release
21
- CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
- - dumpbin /disasm target/release/librustc_builtins.rlib || exit 0
22
+ - cmd: |
23
+ dumpbin /disasm target/release/librustc_builtins.rlib |
24
+ gist -d "'%TARGET%/rustc-builtins.rlib' from commit '%APPVEYOR_REPO_COMMIT%' on branch '%APPVEYOR_REPO_branch%'"
25
26
branches:
27
only:
0 commit comments