Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02fff58

Browse files
committed
Configure AppVeyor to fail fast
If one job fails, this cancels the rest of the jobs for the same build, freeing some resources for other builds.
1 parent 59478d2 commit 02fff58

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,6 @@ on_failure:
187187
- echo zipping images after a failure...
188188
- 7z a result_images.zip result_images\ |grep -v "Compressing"
189189
- appveyor PushArtifact result_images.zip
190+
191+
matrix:
192+
fast_finish: true

0 commit comments

Comments
 (0)