File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
steps :
22
22
23
23
- name : Checkout repository
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v4
25
25
with :
26
26
path : project
27
27
28
28
- name : Checkout sync_addon_metadata_translations repository
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v4
30
30
with :
31
31
repository : xbmc/sync_addon_metadata_translations
32
32
path : sync_addon_metadata_translations
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ variables:
4
4
trigger :
5
5
branches :
6
6
include :
7
- - Matrix
8
7
- Nexus
9
8
- Omega
10
9
- releases/*
@@ -30,16 +29,26 @@ jobs:
30
29
GENERATOR : " Visual Studio 17 2022"
31
30
ARCHITECTURE : x64
32
31
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"
33
37
Win64-UWP :
34
38
GENERATOR : " Visual Studio 17 2022"
35
39
ARCHITECTURE : x64
36
40
CONFIGURATION : Release
37
41
WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
38
- ARM64 -UWP :
42
+ ARM32 -UWP :
39
43
GENERATOR : " Visual Studio 17 2022"
40
- ARCHITECTURE : ARM64
44
+ ARCHITECTURE : ARM
41
45
CONFIGURATION : Release
42
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"
43
52
44
53
workspace :
45
54
clean : all
You can’t perform that action at this time.
0 commit comments