Skip to content

Commit 7c50e56

Browse files
committed
build: Some minor improvements to appveyor
* Add cache support * Finish all build jobs if one failed
1 parent 88d883b commit 7c50e56

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

appveyor.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ cache:
1212
- target
1313

1414
environment:
15-
global:
16-
RUSTFLAGS: -Ctarget-feature=+crt-static
17-
RUST_BACKTRACE: 1
15+
RUSTFLAGS: -Ctarget-feature=+crt-static
16+
RUST_BACKTRACE: 1
1817
matrix:
1918
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
19+
- TARGET: x86_64-pc-windows-msvc
20+
NO_ADD: 1
21+
ALLOW_PR: 1
22+
- TARGET: i686-pc-windows-msvc
23+
access_token:
24+
secure: q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
2625

2726
install:
2827
# If this is a PR and we're not allowed to test PRs, skip the whole build.

0 commit comments

Comments
 (0)