mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Only run AppVeyor on r+, try and the master branch
As it is right now, there is only one worker available in the `rust-lang-libs` AppVeyor project and there are other repos as well that we share this worker with. This has been a problem for us because we sometimes hit a bors timeout if there are too many builds queued up. To improve the situation, I think we could try to use AppVeyor a bit less often. The average PR is not going to break windows related things anyway, so it should be fine to run it on r+/try/master only.
This commit is contained in:
parent
9897442f27
commit
8d7a5fe126
10
appveyor.yml
10
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/
|
||||
|
Loading…
Reference in New Issue
Block a user