X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=c852cd8232e1ef6582780d15c5506f6d38a53320;hb=6feed2713c7740eb5868eba43745bc508b8b77aa;hp=f50d1e88a24f2a3214fc17b46b8fdbd859d8aaf7;hpb=b7587d8176ee1b866e8c2eb49e32a1ff4f029a2f;p=rust.git diff --git a/appveyor.yml b/appveyor.yml index f50d1e88a24..c852cd8232e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,13 @@ 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 @@ -14,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=