Skip to content

Commit 00e6ae7

Browse files
committed
build: Some minor improvements to appveyor
* Add cache support * Finish all build jobs if one failed
1 parent 7675f87 commit 00e6ae7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

appveyor.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ cache:
1212
- target
1313

1414
environment:
15-
RUSTFLAGS: -Ctarget-feature=+crt-static
16-
RUST_BACKTRACE: 1
15+
global:
16+
RUSTFLAGS: -Ctarget-feature=+crt-static
17+
RUST_BACKTRACE: 1
1718
matrix:
18-
- TARGET: x86_64-pc-windows-msvc
19-
NO_ADD: 1
20-
ALLOW_PR: 1
21-
- TARGET: i686-pc-windows-msvc
19+
- TARGET: x86_64-pc-windows-msvc
20+
NO_ADD: 1
21+
ALLOW_PR: 1
22+
- TARGET: i686-pc-windows-msvc
2223
access_token:
2324
secure: q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
2425

26+
matrix:
27+
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
28+
2529
install:
2630
# If this is a PR and we're not allowed to test PRs, skip the whole build.
2731
# Also if we're on the master branch no need to run the full test suite, so

0 commit comments

Comments
 (0)