https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0bcf43482b8121cdd31ea5...
commit 0bcf43482b8121cdd31ea582c0704c61be0e686f Author: Pierre Schweitzer pierre@reactos.org AuthorDate: Mon May 13 08:33:00 2019 +0200 Commit: Pierre Schweitzer pierre@reactos.org CommitDate: Mon May 13 08:35:23 2019 +0200
[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 9abbb299ff..1c05af1dd2 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