From 366e0d44e2a3e0bd0eef3757b94653bf7891dbd7 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 12 Feb 2024 09:17:56 +0700 Subject: [PATCH] ci: Add ARM64 UWP for WindowsStore. This is one of the core vcpkg targets and I'm trying to enable the cglm port there to support UWP, so we should have it in the CI here. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2a29b7..f3463ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,6 +136,7 @@ jobs: - { name: Windows (clang-cl x86), flags: -T ClangCL -A Win32 } - { name: Windows (ARM), flags: -A ARM, skip_tests: true, skip_build: true } # This fails to build. - { name: Windows (ARM64), flags: -A ARM64, skip_tests: true } + - { name: UWP (ARM64), flags: -A ARM64, -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0", skip_tests: true } - { name: UWP (x64), flags: -A x64 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0", skip_tests: true } steps: