mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +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
1 changed files with 10 additions and 10 deletions
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…
Add table
Reference in a new issue