Skip to content

Commit

Permalink
Adapted .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Apr 16, 2019
1 parent 1a7dafd commit 690f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -38,7 +38,7 @@ before_install:
#
before_script:
- cd $TRAVIS_BUILD_DIR/..
- git clone --depth=1 https://github.com/xbmc/xbmc.git -b master
- git clone --depth=1 https://github.com/xbmc/xbmc.git -b Leia
- 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

Expand Down

0 comments on commit 690f6a6

Please sign in to comment.