[APPVEYOR] Enable fast_finish (#1494)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Fri, 19 Apr 2019 14:39:18 +0000 (23:39 +0900)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2019 14:39:18 +0000 (23:39 +0900)
It stops the remaining jobs if any error happened. It becomes less time for waiting for building.

appveyor.yml

index 8e88b5e..f4e1512 100644 (file)
@@ -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")