From 6800bf7a2c46add8b9449ae54e007fe5ba6a11aa Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Mon, 19 Feb 2024 09:22:09 +0000 Subject: [PATCH] [azure] Update pipelines so ARM32 UWP builds but not ARM64 UWP --- azure-pipelines.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de02bb7..5635af2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,8 @@ variables: trigger: branches: include: - - Matrix - Nexus + - Omega - releases/* paths: include: @@ -29,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