File tree 3 files changed +7
-89
lines changed
3 files changed +7
-89
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# VFS SMB2 addon for Kodi
2
2
3
- This is a [ Kodi] ( https://kodi.tv ) VFS addon for the SMB2/3 protocol for apps from the windows store
3
+ This is a [ Kodi] ( https://kodi.tv ) VFS addon for the SMB2/3 protocol for apps from the windows store. Note that CI only builds for UWP on Azure.
4
4
5
5
[ ![ License: GPL-2.0-or-later] ( https://img.shields.io/badge/License-GPL%20v2+-blue.svg )] ( LICENSE.md )
6
- [ ![ Build and run tests] ( https://github.com/xbmc/vfs.smb2/actions/workflows/build.yml/badge.svg?branch=Nexus )] ( https://github.com/xbmc/vfs.rar/actions/workflows/build.yml )
7
6
[ ![ Build Status] ( https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.vfs.smb2?branchName=Omega )] ( https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=52&branchName=Nexus )
8
- [ ![ Build Status] ( https://jenkins.kodi.tv/view/Addons/job/xbmc/job/vfs.smb2/job/Omega/badge/icon )] ( https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fvfs.smb2/branches/ )
9
- <!-- - [](https://ci.appveyor.com/project/xbmc/vfs-smb2) -->
10
7
11
- ## Build instructions
8
+ Note that CI only builds for UWP on Azure.
12
9
13
- When building the addon you have to use the correct branch depending on which version of Kodi you're building against.
14
- If you want to build the addon to be compatible with the latest kodi ` master ` commit, you need to checkout the branch with the current kodi codename.
15
- Also make sure you follow this README from the branch in question.
16
-
17
- ### Linux
18
-
19
- The following instructions assume you will have built Kodi already in the ` kodi-build ` directory
20
- suggested by the README.
21
-
22
- 1 . ` git clone --branch master https://github.com/xbmc/xbmc.git `
23
- 2 . ` git clone https://github.com/xbmc/vfs.smb2.git `
24
- 3 . ` cd vfs.smb2 && mkdir build && cd build `
25
- 4 . ` cmake -DADDONS_TO_BUILD=vfs.smb2 -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons `
26
- 5 . ` make `
27
-
28
- The addon files will be placed in ` ../../xbmc/kodi-build/addons ` so if you build Kodi from source and run it directly
29
- the addon will be available as a system addon.
Original file line number Diff line number Diff line change 21
21
22
22
strategy :
23
23
matrix :
24
- Win32 :
25
- GENERATOR : " Visual Studio 17 2022"
26
- ARCHITECTURE : Win32
27
- CONFIGURATION : Release
28
- Win64 :
29
- GENERATOR : " Visual Studio 17 2022"
30
- ARCHITECTURE : x64
31
- CONFIGURATION : Release
32
24
Win32-UWP :
33
25
GENERATOR : " Visual Studio 17 2022"
34
26
ARCHITECTURE : Win32
@@ -44,11 +36,11 @@ jobs:
44
36
ARCHITECTURE : ARM
45
37
CONFIGURATION : Release
46
38
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"
39
+ ARM64-UWP :
40
+ GENERATOR : " Visual Studio 17 2022"
41
+ ARCHITECTURE : ARM64
42
+ CONFIGURATION : Release
43
+ WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
52
44
53
45
workspace :
54
46
clean : all
You can’t perform that action at this time.
0 commit comments