X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=18f25e916f3f106b88831bccaac19c024fcc7ad6;hb=481f7880df428020480eb343c209072c6db10503;hp=f50d1e88a24f2a3214fc17b46b8fdbd859d8aaf7;hpb=63a46b1e1a9a4cc3d78e1cf7a628421051c21167;p=rust.git diff --git a/appveyor.yml b/appveyor.yml index f50d1e88a24..18f25e916f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,17 +7,25 @@ environment: #- TARGET: x86_64-pc-windows-gnu - TARGET: x86_64-pc-windows-msvc +branches: + # Don't build these branches + except: + # Used by bors + - trying.tmp + - staging.tmp + install: - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}' >rustc-hash.txt - set /p RUSTC_HASH=