added ARM64 target

for Visual 2017.
This commit is contained in:
Yann Collet 2019-07-10 17:40:59 -07:00
parent 7e5a1ab212
commit 6c052a93ce

View File

@ -22,6 +22,9 @@ environment:
ARCH: "Win32"
- COMPILER: "visual"
ARCH: "ARM"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
COMPILER: "visual"
ARCH: "ARM64"
# note : ARM64 is not available with Visual Studio 14 2015, which is default for Appveyor
- COMPILER: "gcc"
PLATFORM: "mingw64"