summaryrefslogtreecommitdiff
path: root/.gitlab/artifacts.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-13 12:46:28 -0400
committerBrad King <brad.king@kitware.com>2022-06-13 15:04:24 -0400
commit7a21173b0eda59959b12d2e878e54f0b90d68b1d (patch)
tree1a2db1b3dae1b05ae8f562d8db039881599008a3 /.gitlab/artifacts.yml
parent06c6e76a126d357ce02b6736e4ded9e6fd9aa3ed (diff)
downloadcmake-7a21173b0eda59959b12d2e878e54f0b90d68b1d.tar.gz
gitlab-ci: Add job to build Windows arm64 binaries
Base it on the approach from commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and i386 packages, 2022-05-19). Leave out the packaging and upload steps for now because they are only for the nightly binaries, and will need a new release of CPack to pass the `arm64` architecture to WiX. Issue: #21902
Diffstat (limited to '.gitlab/artifacts.yml')
-rw-r--r--.gitlab/artifacts.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml
index e0c82528f5..1b5384f2d8 100644
--- a/.gitlab/artifacts.yml
+++ b/.gitlab/artifacts.yml
@@ -105,6 +105,7 @@
- build/cmake-*-macos*-universal.*
- build/cmake-*-windows-x86_64.*
- build/cmake-*-windows-i386.*
+ - build/cmake-*-windows-arm64.*
# Any source packages made.
- build/cmake-*.tar.gz
- build/cmake-*.zip