File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,20 @@ cache:
12
12
- target
13
13
14
14
environment :
15
- RUSTFLAGS : -Ctarget-feature=+crt-static
16
- RUST_BACKTRACE : 1
15
+ global :
16
+ RUSTFLAGS : -Ctarget-feature=+crt-static
17
+ RUST_BACKTRACE : 1
17
18
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
22
23
access_token :
23
24
secure : q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
24
25
26
+ matrix :
27
+ fast_finish : true # set this flag to immediately finish build once one of the jobs fails.
28
+
25
29
install :
26
30
# If this is a PR and we're not allowed to test PRs, skip the whole build.
27
31
# Also if we're on the master branch no need to run the full test suite, so
You can’t perform that action at this time.
0 commit comments