Skip to content

Commit 4247a0b

Browse files
committed
Update azure-pipelines.yml
1 parent 5d795fc commit 4247a0b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ variables:
44
trigger:
55
branches:
66
include:
7-
- Nexus
87
- Omega
98
- releases/*
109
paths:
@@ -29,21 +28,21 @@ jobs:
2928
GENERATOR: "Visual Studio 17 2022"
3029
ARCHITECTURE: x64
3130
CONFIGURATION: Release
31+
Win32-UWP:
32+
GENERATOR: "Visual Studio 17 2022"
33+
ARCHITECTURE: Win32
34+
CONFIGURATION: Release
35+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
3236
Win64-UWP:
3337
GENERATOR: "Visual Studio 17 2022"
3438
ARCHITECTURE: x64
3539
CONFIGURATION: Release
3640
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"
41+
ARM32-UWP:
42+
GENERATOR: "Visual Studio 17 2022"
43+
ARCHITECTURE: ARM,version=10.0.17763.0
44+
CONFIGURATION: Release
45+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
4746

4847
workspace:
4948
clean: all
@@ -52,7 +51,7 @@ jobs:
5251

5352
- script: |
5453
cd ..
55-
git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git kodi
54+
git clone --branch Omega --depth=1 https://github.com/xbmc/xbmc.git kodi
5655
cd $(Build.SourcesDirectory)
5756
mkdir build
5857
cd build

0 commit comments

Comments
 (0)