Skip to content

Commit aebbe83

Browse files
authored
Merge pull request #165 from phunkyfish/update-axure-pipelines
Update azure pipelines
2 parents 1528f64 + 173b691 commit aebbe83

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

azure-pipelines.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ variables:
44
trigger:
55
branches:
66
include:
7-
- Matrix
87
- Nexus
98
- Omega
109
- releases/*
@@ -30,16 +29,26 @@ jobs:
3029
GENERATOR: "Visual Studio 17 2022"
3130
ARCHITECTURE: x64
3231
CONFIGURATION: Release
32+
Win32-UWP:
33+
GENERATOR: "Visual Studio 17 2022"
34+
ARCHITECTURE: Win32
35+
CONFIGURATION: Release
36+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
3337
Win64-UWP:
3438
GENERATOR: "Visual Studio 17 2022"
3539
ARCHITECTURE: x64
3640
CONFIGURATION: Release
3741
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
38-
ARM64-UWP:
42+
ARM32-UWP:
3943
GENERATOR: "Visual Studio 17 2022"
40-
ARCHITECTURE: ARM64
44+
ARCHITECTURE: ARM
4145
CONFIGURATION: Release
4246
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
47+
#ARM64-UWP:
48+
# GENERATOR: "Visual Studio 17 2022"
49+
# ARCHITECTURE: ARM64
50+
# CONFIGURATION: Release
51+
# WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
4352

4453
workspace:
4554
clean: all

0 commit comments

Comments
 (0)