Skip to content

Commit 24f3b65

Browse files
committed
Update azure-pipelines.yml
1 parent 4eae5e9 commit 24f3b65

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 8 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:
@@ -41,14 +40,9 @@ jobs:
4140
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
4241
ARM32-UWP:
4342
GENERATOR: "Visual Studio 17 2022"
44-
ARCHITECTURE: ARM
43+
ARCHITECTURE: ARM,version=10.0.17763.0
4544
CONFIGURATION: Release
4645
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"
5246

5347
workspace:
5448
clean: all
@@ -57,7 +51,7 @@ jobs:
5751

5852
- script: |
5953
cd ..
60-
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
6155
cd $(Build.SourcesDirectory)
6256
mkdir build
6357
cd build

0 commit comments

Comments
 (0)