From 0295717be25a484dc7dfd85af5e5671a2edd5e91 Mon Sep 17 00:00:00 2001 From: ksooo Date: Mon, 15 Apr 2019 21:59:06 +0200 Subject: [PATCH] build with Kodi Leia API --- .travis.yml | 2 +- Jenkinsfile | 2 +- README.md | 5 +---- appveyor.yml | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37df968..46add12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_install: # before_script: - cd $TRAVIS_BUILD_DIR/.. - - git clone --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git - mkdir -p xbmc/cmake/addons/addons/pvr.octonet - echo "pvr.octonet https://github.com/DigitalDevices/pvr.octonet master" > xbmc/cmake/addons/addons/pvr.octonet/pvr.octonet.txt - cd $TRAVIS_BUILD_DIR && mkdir build && cd build diff --git a/Jenkinsfile b/Jenkinsfile index a229fa5..de6ae25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin() +buildPlugin(version: "Leia") diff --git a/README.md b/README.md index 6d943aa..7e40ffc 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,9 @@ $ git clone https://github.com/DigitalDevices/pvr.octonet.git Clone the Kodi repository: ``` -$ git clone https://github.com/xbmc/xbmc.git +$ git clone --branch Leia https://github.com/xbmc/xbmc.git ``` -If you already have a local Kodi checkout, you can use that one. Just make sure it is recent enough -(Kodi 17 Beta 5 or later should work). - ``` $ cd pvr.octonet $ mkdir build diff --git a/appveyor.yml b/appveyor.yml index 6006f2a..f12fcfd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ artifacts: build_script: - cd .. - set ROOT=%cd% - - git clone --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git - mkdir xbmc\cmake\addons\addons\pvr.octonet - echo pvr.octonet https://github.com/DigitalDevices/pvr.octonet master > xbmc\cmake\addons\addons\pvr.octonet\pvr.octonet.txt - cd %ADDON%