diff --git a/.travis.yml b/.travis.yml index b662f3c8..fe13d1c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: # before_script: - cd $TRAVIS_BUILD_DIR/.. - - git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git - cd ${app_id} && mkdir build && cd build - mkdir -p definition/${app_id} - echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt diff --git a/Jenkinsfile b/Jenkinsfile index de6ae25f..3d3080aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(version: "Leia") +buildPlugin(version: "Matrix") diff --git a/README.md b/README.md index c0599185..c7f9241d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ MediaPortal TVServer PVR client addon for [Kodi] (http://kodi.tv) ### Linux -1. `git clone --branch Leia https://github.com/xbmc/xbmc.git` +1. `git clone --branch Matrix https://github.com/xbmc/xbmc.git` 2. `git clone https://github.com/kodi-pvr/pvr.mediaportal.tvserver.git` 3. `cd pvr.mediaportal.tvserver && mkdir build && cd build` 4. `cmake -DADDONS_TO_BUILD=pvr.mediaportal.tvserver -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`