mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Update .appveyor.yml
This commit is contained in:
parent
f54333f3ff
commit
d5f5b6b132
@ -12,9 +12,12 @@ environment:
|
||||
matrix:
|
||||
# - MSYSTEM: MINGW64
|
||||
- MSYSTEM: MSVC
|
||||
|
||||
matrix:
|
||||
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
|
||||
allow_failures:
|
||||
- platform: x64
|
||||
|
||||
|
||||
build_script:
|
||||
- ps: |
|
||||
If ($Env:MSYSTEM -Eq "MSVC") {
|
||||
|
Loading…
Reference in New Issue
Block a user