From 0bcf43482b8121cdd31ea582c0704c61be0e686f Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Mon, 13 May 2019 08:33:00 +0200 Subject: [PATCH] [APPVEYOR] Disable the clang-cl 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9abbb299ff0..1c05af1dd27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,8 +2,8 @@ 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