mirror of
https://gitee.com/openharmony/third_party_harfbuzz
synced 2024-11-27 09:20:23 +00:00
[ci] Disable vcpkg thus running the test suit in Windows
vcpkg apparently doesn't like to work the same way used to anymore, lets disable it
This commit is contained in:
parent
60d9f00975
commit
5b9cf191fe
20
appveyor.yml
20
appveyor.yml
@ -3,17 +3,17 @@ platform: x64
|
||||
environment:
|
||||
matrix:
|
||||
|
||||
- compiler: msvc
|
||||
generator: Visual Studio 14
|
||||
platform: Win32
|
||||
configuration: Debug
|
||||
triplet: x86-windows
|
||||
#- compiler: msvc
|
||||
# generator: Visual Studio 14
|
||||
# platform: Win32
|
||||
# configuration: Debug
|
||||
# triplet: x86-windows
|
||||
|
||||
- compiler: msvc
|
||||
generator: Visual Studio 14 Win64
|
||||
platform: x64
|
||||
configuration: Debug
|
||||
triplet: x64-windows
|
||||
#- compiler: msvc
|
||||
# generator: Visual Studio 14 Win64
|
||||
# platform: x64
|
||||
# configuration: Debug
|
||||
# triplet: x64-windows
|
||||
|
||||
- compiler: msvc
|
||||
generator: Visual Studio 14 ARM
|
||||
|
Loading…
Reference in New Issue
Block a user