[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
This commit is contained in:
Pierre Schweitzer 2019-05-13 08:33:00 +02:00
parent a65a260919
commit 0bcf43482b
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -2,8 +2,8 @@ environment:
matrix: matrix:
- BuildType: "msvc-x64" - BuildType: "msvc-x64"
- BuildType: "msvc" - BuildType: "msvc"
- BuildType: "clang-cl" # - BuildType: "clang-cl"
# - BuildType: vssolution # - BuildType: vssolution
version: reactos.appveyor.{build} version: reactos.appveyor.{build}
skip_branch_with_pr: true skip_branch_with_pr: true