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

Skip to content

Commit 2f95ebc

Browse files
authored
Merge pull request #7892 from jkseppan/appveyor-fast-finish
Configure AppVeyor to fail fast
2 parents 03a9aaa + 02fff58 commit 2f95ebc

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)