mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue