[APPVEYOR] Disable the clang-cl
authorPierre Schweitzer <pierre@reactos.org>
Mon, 13 May 2019 06:33:00 +0000 (08:33 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Mon, 13 May 2019 06:35:23 +0000 (08:35 +0200)
The compiler hits an assert while building a file
The two "officially" supported compilers are working though

This will bring back green status for our CI on GitHub

appveyor.yml

index 9abbb29..1c05af1 100644 (file)
@@ -2,8 +2,8 @@ environment:
   matrix:
     - BuildType: "msvc-x64"
     - BuildType: "msvc"
   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
 
 version: reactos.appveyor.{build}
 skip_branch_with_pr: true