We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d883b commit 7c50e56Copy full SHA for 7c50e56
appveyor.yml
@@ -12,17 +12,16 @@ cache:
12
- target
13
14
environment:
15
- global:
16
- RUSTFLAGS: -Ctarget-feature=+crt-static
17
- RUST_BACKTRACE: 1
+ RUSTFLAGS: -Ctarget-feature=+crt-static
+ RUST_BACKTRACE: 1
18
matrix:
19
fast_finish: true
20
- - TARGET: x86_64-pc-windows-msvc
21
- NO_ADD: 1
22
- ALLOW_PR: 1
23
- - TARGET: i686-pc-windows-msvc
24
- access_token:
25
- secure: q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
+ - TARGET: x86_64-pc-windows-msvc
+ NO_ADD: 1
+ ALLOW_PR: 1
+ - TARGET: i686-pc-windows-msvc
+ access_token:
+ secure: q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
26
27
install:
28
# If this is a PR and we're not allowed to test PRs, skip the whole build.
0 commit comments