[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:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
||||||
- compiler: msvc
|
#- compiler: msvc
|
||||||
generator: Visual Studio 14
|
# generator: Visual Studio 14
|
||||||
platform: Win32
|
# platform: Win32
|
||||||
configuration: Debug
|
# configuration: Debug
|
||||||
triplet: x86-windows
|
# triplet: x86-windows
|
||||||
|
|
||||||
- compiler: msvc
|
#- compiler: msvc
|
||||||
generator: Visual Studio 14 Win64
|
# generator: Visual Studio 14 Win64
|
||||||
platform: x64
|
# platform: x64
|
||||||
configuration: Debug
|
# configuration: Debug
|
||||||
triplet: x64-windows
|
# triplet: x64-windows
|
||||||
|
|
||||||
- compiler: msvc
|
- compiler: msvc
|
||||||
generator: Visual Studio 14 ARM
|
generator: Visual Studio 14 ARM
|
||||||
|
|
Loading…
Reference in New Issue