X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=2d8704a703bcd6655e7fb2c30215d1306dfec939;hb=8012b9119809a9d6ffc350cf884b1aea7d6dda54;hp=8ab4a994476efef8eb8655dae385c53a74c90450;hpb=03f8899fa53884b07e025bec0447a88c272c79da;p=rust.git diff --git a/appveyor.yml b/appveyor.yml index 8ab4a994476..2d8704a703b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,16 +6,14 @@ environment: #- TARGET: i686-pc-windows-msvc #- TARGET: x86_64-pc-windows-gnu - TARGET: x86_64-pc-windows-msvc - + branches: + # Only build AppVeyor on r+, try and the master branch only: - # This is where pull requests from "bors r+" are built. - - staging - # This is where pull requests from "bors try" are built. - - trying - # Also build pull requests. - - master - + - auto + - try + - master + install: - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly @@ -23,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=