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

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:56 UTC 2016


The following commit has been merged in the master branch:
commit d458a8d003947780bf3d7c0ea6512cfef12846ed
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Sat Jan 9 12:06:04 2016 +0200

    add initial .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7dc2690
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+#
+# Travis defaults to building on Ubuntu Precise. We need Trusty
+# in order to get up to date versions of cmake and g++
+#
+language: cpp
+sudo: required
+dist: trusty
+
+#
+# The addon source is automatically checked out in $TRAVIS_BUILD_DIR,
+# we'll put the Kodi source on the same level
+#
+before_script:
+  - cd $TRAVIS_BUILD_DIR/..
+  - git clone --depth=1 https://github.com/xbmc/xbmc.git
+  - cd pvr.hts && mkdir build && cd build
+  - cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
+
+script: make

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list