File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 10
10
sudo : false
11
11
12
12
branches :
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
20
18
21
19
env :
22
20
global :
Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ environment:
6
6
# - TARGET: i686-pc-windows-msvc
7
7
# - TARGET: x86_64-pc-windows-gnu
8
8
- TARGET : x86_64-pc-windows-msvc
9
-
9
+
10
10
branches :
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
+
19
17
install :
20
18
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
21
19
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
You can’t perform that action at this time.
0 commit comments