Skip to content

Commit b0702fe

Browse files
committed
Merge pull request kodi-pvr#163 from phunkyfish/workflow-sync-update
Update sync github workflow
2 parents 6c5532e + 8728afa commit b0702fe

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.github/workflows/sync-addon-metadata-translations.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222

2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
with:
2626
path: project
2727

2828
- name: Checkout sync_addon_metadata_translations repository
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
with:
3131
repository: xbmc/sync_addon_metadata_translations
3232
path: sync_addon_metadata_translations

azure-pipelines.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ variables:
44
trigger:
55
branches:
66
include:
7-
- Matrix
87
- Nexus
98
- Omega
109
- releases/*
@@ -30,16 +29,26 @@ jobs:
3029
GENERATOR: "Visual Studio 17 2022"
3130
ARCHITECTURE: x64
3231
CONFIGURATION: Release
32+
Win32-UWP:
33+
GENERATOR: "Visual Studio 17 2022"
34+
ARCHITECTURE: Win32
35+
CONFIGURATION: Release
36+
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
3337
Win64-UWP:
3438
GENERATOR: "Visual Studio 17 2022"
3539
ARCHITECTURE: x64
3640
CONFIGURATION: Release
3741
WINSTORE: -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
38-
ARM64-UWP:
42+
ARM32-UWP:
3943
GENERATOR: "Visual Studio 17 2022"
40-
ARCHITECTURE: ARM64
44+
ARCHITECTURE: ARM
4145
CONFIGURATION: Release
4246
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"
4352

4453
workspace:
4554
clean: all

0 commit comments

Comments
 (0)