Skip to content

Commit 69e93de

Browse files
author
Jorge Aparicio
committed
appveyor: stop gisting the disassembly
it's flaky in its current form and Travis is not producing gist either.
1 parent 52383ed commit 69e93de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

appveyor.yml

-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ install:
88
- curl -sSf -o rustup-init.exe https://win.rustup.rs
99
- rustup-init.exe --default-host %TARGET% --default-toolchain nightly -y
1010
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
11-
- gem install gist
1211
- rustc -Vv
1312
- cargo -V
1413

@@ -20,11 +19,6 @@ test_script:
2019
- cargo test
2120
- cargo test --release
2221

23-
on_success:
24-
- cmd: |
25-
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
26-
dumpbin /disasm target/release/librustc_builtins.rlib | gist -d "'%TARGET%/rustc-builtins.rlib' from commit '%APPVEYOR_REPO_COMMIT%' on branch '%APPVEYOR_REPO_branch%'"
27-
2822
branches:
2923
only:
3024
- auto

0 commit comments

Comments
 (0)