File tree 1 file changed +7
-2
lines changed 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 7
7
- ps : Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
8
8
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
9
9
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
10
+ - gem install gist
10
11
- rustc -Vv
11
12
- cargo -V
12
13
@@ -17,8 +18,12 @@ test_script:
17
18
- cargo build --release
18
19
- cargo test
19
20
- cargo test --release
20
- - CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
21
- - dumpbin /disasm target/release/librustc_builtins.rlib || exit 0
21
+
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%'"
22
27
23
28
branches :
24
29
only :
You can’t perform that action at this time.
0 commit comments