X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=2d8704a703bcd6655e7fb2c30215d1306dfec939;hb=8012b9119809a9d6ffc350cf884b1aea7d6dda54;hp=fb0b326c713b0c1c14d2c791b256dca8f27249a9;hpb=5e1c7366005636897810709b883124cf2fb43f0c;p=rust.git diff --git a/appveyor.yml b/appveyor.yml index fb0b326c713..2d8704a703b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,11 +8,11 @@ environment: - TARGET: x86_64-pc-windows-msvc branches: - # Don't build these branches - except: - # Used by bors - - trying.tmp - - staging.tmp + # Only build AppVeyor on r+, try and the master branch + only: + - auto + - try + - master install: - curl -sSf -o rustup-init.exe https://win.rustup.rs/ @@ -21,7 +21,7 @@ install: - git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}' >rustc-hash.txt - set /p RUSTC_HASH=