From a5289aecfbd4205f690129e85d32adbfc6f313fb Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 17 May 2020 10:22:55 -0700 Subject: [PATCH] try again uwp --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 03d0bae9..7364aff8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,8 +7,8 @@ install: - .\bootstrap-vcpkg.bat - cd %APPVEYOR_BUILD_FOLDER% - cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" -- vcpkg install zlib:x64-windows -- vcpkg install mbedtls:x64-windows +- vcpkg install zlib:x64-uwp +- vcpkg install mbedtls:x64-uwp - mkdir build - cd build - cmake -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0" -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_WS=1 -DUSE_TEST=1 -DUSE_TLS=1 -G"NMake Makefiles" ..