1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-05 00:55:04 -05:00

appveyor: Add MSVC ARM64 build

Closes #4507
This commit is contained in:
Michał Janiszewski 2019-10-19 19:58:34 +02:00 committed by Daniel Stenberg
parent 95a4cfd888
commit b35fbf5265
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -126,6 +126,18 @@ environment:
PRJ_CFG: "DLL Debug - DLL Windows SSPI - DLL WinIDN" PRJ_CFG: "DLL Debug - DLL Windows SSPI - DLL WinIDN"
TESTING: OFF TESTING: OFF
VC_VERSION: VC15 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: install:
- set "PATH=C:\msys64\usr\bin;%PATH%" - set "PATH=C:\msys64\usr\bin;%PATH%"