https://git.reactos.org/?p=reactos.git;a=commitdiff;h=48f98e88edc26688a3bac5...
commit 48f98e88edc26688a3bac5f5b7525cd90494f572 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Fri Apr 19 23:39:18 2019 +0900 Commit: GitHub noreply@github.com CommitDate: Fri Apr 19 23:39:18 2019 +0900
[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 8e88b5e7b1..f4e1512326 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%22,%22C:%5CRosCMakeNinja.zip")