diff --git a/.travis.yml b/.travis.yml index b4c7a93e..1cefb428 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_install: # 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 - cmake -DADDONS_TO_BUILD=${app_id} -DADDON_SRC_PREFIX=$TRAVIS_BUILD_DIR/.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/../xbmc/addons -DPACKAGE_ZIP=1 $TRAVIS_BUILD_DIR/../xbmc/cmake/addons diff --git a/README.md b/README.md index 71f47af9..e332bf30 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For example, if you're building the `master` branch of Kodi you should checkout ### Linux - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git + git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git git clone --branch Matrix https://github.com/janbar/pvr.mythtv.git cd pvr.mythtv && mkdir build && cd build cmake -DADDONS_TO_BUILD=pvr.mythtv -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug \