From: Katayama Hirofumi MZ Date: Fri, 19 Apr 2019 14:39:18 +0000 (+0900) Subject: [APPVEYOR] Enable fast_finish (#1494) X-Git-Tag: 0.4.14-dev~1172 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=48f98e88edc26688a3bac5f5b7525cd90494f572 [APPVEYOR] Enable fast_finish (#1494) It stops the remaining jobs if any error happened. It becomes less time for waiting for building. --- diff --git a/appveyor.yml b/appveyor.yml index 8e88b5e7b11..f4e1512326c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,8 @@ version: reactos.appveyor.{build} skip_branch_with_pr: true clone_depth: 5 clone_folder: c:\reactos-cov +matrix: + fast_finish: true init: - ps: (New-Object System.Net.WebClient).DownloadFile("https://svn.reactos.org/amine/RosCMakeNinja.zip","C:\RosCMakeNinja.zip")