[NTOS:CM] In CmpParseKey(), do not assert but instead correctly return failure if...
[reactos.git] / 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")