[SCM] kodi-pvr-hts/master: Update .travis.yml

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:39 UTC 2016


The following commit has been merged in the master branch:
commit f7cfb006f79a0b7936e7ce0962b0751f1c891302
Author: Rainer Hochecker <fernetmenta at online.de>
Date:   Thu Mar 31 10:30:09 2016 +0200

    Update .travis.yml

diff --git a/.travis.yml b/.travis.yml
index cdf47a2..f317080 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,9 @@ before_script:
   - cd $TRAVIS_BUILD_DIR/..
   - git clone --depth=1 https://github.com/xbmc/xbmc.git
   - cd ${app_id} && mkdir build && cd build
-  - cmake -DADDONS_TO_BUILD=${app_id} -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
+  - 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/project/cmake/addons
 
-script: make
\ No newline at end of file
+script: make
+
+
+script: make

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list