mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[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:
parent
a65a260919
commit
0bcf43482b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue