We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc84b1 commit 9086730Copy full SHA for 9086730
appveyor.yml
@@ -6,7 +6,16 @@ environment:
6
#- TARGET: i686-pc-windows-msvc
7
#- TARGET: x86_64-pc-windows-gnu
8
- TARGET: x86_64-pc-windows-msvc
9
-
+
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
19
install:
20
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
21
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
0 commit comments