[SCM] kodi-pvr-hts/master: Extend the build tests to leverage the awesome complaining power of clang

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


The following commit has been merged in the master branch:
commit b7d0ae82f8bd79dbbd12e6bc7c3686425f069d47
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Mon Jan 25 16:52:13 2016 +0200

    Extend the build tests to leverage the awesome complaining power of clang

diff --git a/.travis.yml b/.travis.yml
index 7dc2690..3ab409e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,22 @@
+language: cpp
+
 #
-# Travis defaults to building on Ubuntu Precise. We need Trusty
-# in order to get up to date versions of cmake and g++
+# Define the build matrix
 #
-language: cpp
-sudo: required
-dist: trusty
+# Travis defaults to building on Ubuntu Precise when building on 
+# Linux. We need Trusty in order to get up to date versions of 
+# cmake and g++.
+#
+matrix:
+  include:
+    - os: linux
+      dist: trusty    
+      sudo: required
+      compiler: gcc
+    - os: linux
+      dist: trusty    
+      sudo: required
+      compiler: clang
 
 #
 # The addon source is automatically checked out in $TRAVIS_BUILD_DIR,

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list