From 48f98e88edc26688a3bac5f5b7525cd90494f572 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Fri, 19 Apr 2019 23:39:18 +0900 Subject: [PATCH] [APPVEYOR] Enable fast_finish (#1494) It stops the remaining jobs if any error happened. It becomes less time for waiting for building. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) 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")