File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1010sudo : false
1111
1212branches :
13- only :
14- # This is where pull requests from "bors r+" are built.
15- - staging
16- # This is where pull requests from "bors try" are built.
17- - trying
18- # Also build pull requests.
19- - master
13+ # Don't build these branches
14+ except :
15+ # Used by bors
16+ - trying.tmp
17+ - staging.tmp
2018
2119env :
2220 global :
Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ environment:
66 # - TARGET: i686-pc-windows-msvc
77 # - TARGET: x86_64-pc-windows-gnu
88 - TARGET : x86_64-pc-windows-msvc
9-
9+
1010branches :
11- only :
12- # This is where pull requests from "bors r+" are built.
13- - staging
14- # This is where pull requests from "bors try" are built.
15- - trying
16- # Also build pull requests.
17- - master
18-
11+ # Don't build these branches
12+ except :
13+ # Used by bors
14+ - trying.tmp
15+ - staging.tmp
16+
1917install :
2018 - curl -sSf -o rustup-init.exe https://win.rustup.rs/
2119 - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
You can’t perform that action at this time.
0 commit comments