mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 09:05:10 +00:00
Mark appveyor as optional
This commit is contained in:
parent
9e730aacd4
commit
b94d235827
@ -12,7 +12,10 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
# - MSYSTEM: MINGW64
|
# - MSYSTEM: MINGW64
|
||||||
- MSYSTEM: MSVC
|
- MSYSTEM: MSVC
|
||||||
|
# Ignore all failures for now.
|
||||||
|
allow_failures:
|
||||||
|
- platform: x64
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
If ($Env:MSYSTEM -Eq "MSVC") {
|
If ($Env:MSYSTEM -Eq "MSVC") {
|
||||||
|
Loading…
Reference in New Issue
Block a user