From 196e86eecd4be3734a8c2bdaba17d145a79f42b5 Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Mon, 19 Feb 2024 09:21:35 +0000 Subject: [PATCH] [azure] Update pipelines so ARM32 UWP builds but not ARM64 UWP --- azure-pipelines.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 817a9ae..d5247a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: branches: include: - Nexus + - Omega - releases/* paths: include: @@ -28,16 +29,26 @@ jobs: GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: x64 CONFIGURATION: Release + Win32-UWP: + GENERATOR: "Visual Studio 17 2022" + ARCHITECTURE: Win32 + CONFIGURATION: Release + WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" Win64-UWP: GENERATOR: "Visual Studio 17 2022" ARCHITECTURE: x64 CONFIGURATION: Release WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" - ARM64-UWP: + ARM32-UWP: GENERATOR: "Visual Studio 17 2022" - ARCHITECTURE: ARM64 + ARCHITECTURE: ARM CONFIGURATION: Release WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" + #ARM64-UWP: + # GENERATOR: "Visual Studio 17 2022" + # ARCHITECTURE: ARM64 + # CONFIGURATION: Release + # WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0" workspace: clean: all