File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ variables:
44trigger :
55 branches :
66 include :
7- - Nexus
87 - Omega
98 - releases/*
109 paths :
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
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
You can’t perform that action at this time.
0 commit comments