diff options
author | MichaĆ Janiszewski <janisozaur@gmail.com> | 2019-10-19 19:58:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-20 00:25:20 +0200 |
commit | b35fbf52650f337bc790587d09a1739a65c65946 (patch) | |
tree | 2fcdec6caddea974a215062eb749296b7ee9c083 /appveyor.yml | |
parent | 95a4cfd88820452a5e5da5b64e46b22bceac963f (diff) | |
download | curl-b35fbf52650f337bc790587d09a1739a65c65946.tar.gz |
appveyor: Add MSVC ARM64 build
Closes #4507
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index e2eb28e56..e1bc91485 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%" |