From: MichaƂ Janiszewski Date: Sat, 19 Oct 2019 17:58:34 +0000 (+0200) Subject: appveyor: Add MSVC ARM64 build X-Git-Tag: curl-7_67_0~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b35fbf52650f337bc790587d09a1739a65c65946;p=thirdparty%2Fcurl.git appveyor: Add MSVC ARM64 build Closes #4507 --- diff --git a/appveyor.yml b/appveyor.yml index e2eb28e56a..e1bc914854 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -126,6 +126,18 @@ environment: PRJ_CFG: "DLL Debug - DLL Windows SSPI - DLL WinIDN" TESTING: OFF VC_VERSION: VC15 + - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" + BUILD_SYSTEM: CMake + PRJ_GEN: "Visual Studio 16 2019" + TARGET: "-A ARM64" + PRJ_CFG: Release + OPENSSL: OFF + WINSSL: ON + HTTP_ONLY: OFF + TESTING: OFF + SHARED: OFF + DISABLED_TESTS: "" + COMPILER_PATH: "" install: - set "PATH=C:\msys64\usr\bin;%PATH%"