We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52383ed commit 69e93deCopy full SHA for 69e93de
appveyor.yml
@@ -8,7 +8,6 @@ install:
8
- curl -sSf -o rustup-init.exe https://win.rustup.rs
9
- rustup-init.exe --default-host %TARGET% --default-toolchain nightly -y
10
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
11
- - gem install gist
12
- rustc -Vv
13
- cargo -V
14
@@ -20,11 +19,6 @@ test_script:
20
19
- cargo test
21
- cargo test --release
22
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
-
28
branches:
29
only:
30
- auto
0 commit comments