Skip to content

Commit

Permalink
build with Kodi Matrix API
Browse files Browse the repository at this point in the history
  • Loading branch information
ksooo committed Apr 21, 2019
1 parent e7ebbcb commit 38b170a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(version: "Leia")
buildPlugin(version: "Matrix")
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a [Kodi](https://kodi.tv) PVR addon for streaming live TV from [zattoo](

## Build instructions

1. `git clone --branch Leia https://github.com/xbmc/xbmc`
1. `git clone --branch Matrix https://github.com/xbmc/xbmc`
2. `git clone https://github.com/rbuehlma/pvr.zattoo`
3. `cd pvr.zattoo && mkdir build && cd build`
4. `cmake -DADDONS_TO_BUILD=pvr.zattoo -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
Expand Down

0 comments on commit 38b170a

Please sign in to comment.