summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2023-01-26 13:41:37 +0700
committerAlexander V. Wolf <aw@altspu.ru>2023-01-26 13:41:37 +0700
commit8d27b221d6c25e175bb30970133b0cc890327371 (patch)
tree479c3febcda7ae18d313c9c9e2480fec41c810d8
parentd99cec6b341bd36dff0be630226e549c1a286ac8 (diff)
[publish] let's build arm64 package for Windowswindows-arm64
-rw-r--r--.appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5d20f4049d..68edc15ade 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,6 +24,10 @@ environment:
qtver: 6.4
qtbin: msvc2019_64
msvcname: Visual Studio 16 2019
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ qtver: 6.4
+ qtbin: msvc2019_arm64
+ msvcname: Visual Studio 16 2019
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
qtver: 5.12
qtbin: msvc2017_64
@@ -36,6 +40,7 @@ environment:
before_build:
- ps: if($env:qtbin.contains('_64')) { $env:BITS=64 } else { $env:BITS=32 }
- ps: if($env:qtbin.contains('_64')) { $env:cmake_args:="-A x64" }
+ - ps: if($env:qtbin.contains('arm64')) { $env:cmake_args:="-A arm64" }
- set PUBLISH_BINARY=false
- set USE_EXT_LIBGLES=false
- set SIGNING=false