Skip to content

Commit 74d5f6e

Browse files
committed
CI: enforce 5‑target Windows matrix & SDK 10.0.22621.0
1 parent f764b44 commit 74d5f6e

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +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
3236
Win32-UWP:
3337
GENERATOR: "Visual Studio 17 2022"
3438
ARCHITECTURE: Win32
3539
CONFIGURATION: Release
36-
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
40+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.22621.0
3741
Win64-UWP:
3842
GENERATOR: "Visual Studio 17 2022"
3943
ARCHITECTURE: x64
4044
CONFIGURATION: Release
41-
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
42-
ARM32-UWP:
43-
GENERATOR: "Visual Studio 17 2022"
44-
ARCHITECTURE: ARM
45-
CONFIGURATION: Release
46-
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"
45+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.22621.0
5246

5347
workspace:
5448
clean: all

0 commit comments

Comments
 (0)