[CABMAN] Addendum to 7afc8882: Use PATH_MAX instead of MAX_PATH
[reactos.git] / appveyor.yml
index 8e88b5e..1c05af1 100644 (file)
@@ -2,13 +2,15 @@ environment:
   matrix:
     - BuildType: "msvc-x64"
     - BuildType: "msvc"
-    - BuildType: "clang-cl"
-#     - BuildType: vssolution
+#    - BuildType: "clang-cl"
+#    - BuildType: vssolution
 
 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")