Skip to content

Commit

Permalink
build with Kodi master API
Browse files Browse the repository at this point in the history
  • Loading branch information
ksooo committed Apr 21, 2019
1 parent a700431 commit 949db6c
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 @@ -32,7 +32,7 @@ matrix:
#
before_script:
- cd $TRAVIS_BUILD_DIR/..
- git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git
- git clone --branch master --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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HDHomeRun PVR client addon for [Kodi] (http://kodi.tv)
### Windows

1. `set ROOT=%CD%`
2. `git clone --branch Matrix https://github.com/xbmc/xbmc.git`
2. `git clone --branch master https://github.com/xbmc/xbmc.git`
3. `git clone https://github.com/kodi-pvr/pvr.hdhomerun.git`
4. `cd pvr.hdhomerun`
5. `mkdir build`
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ init:
- cmake --version
- msbuild /version
- git --version
- git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git %ROOT%\xbmc
- git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git %ROOT%\xbmc

build_script:
- mkdir %ROOT%\%ADDON%\build
Expand Down

0 comments on commit 949db6c

Please sign in to comment.