Skip to content

Commit 8c37ab8

Browse files
committed
CI: enforce 5‑target Windows matrix & SDK 10.0.22621.0
1 parent 5716cb3 commit 8c37ab8

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

azure-pipelines.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,20 @@ jobs:
2929
GENERATOR: "Visual Studio 17 2022"
3030
ARCHITECTURE: x64
3131
CONFIGURATION: Release
32+
ARM64:
33+
GENERATOR: "Visual Studio 17 2022"
34+
ARCHITECTURE: ARM64
35+
CONFIGURATION: Release
36+
Win32-UWP:
37+
GENERATOR: "Visual Studio 17 2022"
38+
ARCHITECTURE: Win32
39+
CONFIGURATION: Release
40+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.22621.0
3241
Win64-UWP:
3342
GENERATOR: "Visual Studio 17 2022"
3443
ARCHITECTURE: x64
3544
CONFIGURATION: Release
36-
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
37-
#ARM32-UWP:
38-
# GENERATOR: "Visual Studio 17 2022"
39-
# ARCHITECTURE: ARM
40-
# CONFIGURATION: Release
41-
# WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
42-
#ARM64-UWP:
43-
# GENERATOR: "Visual Studio 17 2022"
44-
# ARCHITECTURE: ARM64
45-
# CONFIGURATION: Release
46-
# WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
45+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.22621.0
4746

4847
workspace:
4948
clean: all

0 commit comments

Comments
 (0)