[SCM] kodi-pvr-hts/master: Enable build testing on OS X as well

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 aec7b7e85490cd37a66a61e44ecf55dc57946c31
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Mon Jan 25 16:52:36 2016 +0200

    Enable build testing on OS X as well

diff --git a/.travis.yml b/.travis.yml
index 3ab409e..2da6d59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,18 @@ matrix:
       dist: trusty    
       sudo: required
       compiler: clang
+    - os: osx
+      osx_image: xcode7.3
+    - os: osx
+      osx_image: xcode6.1
+
+#
+# Some of the OS X images don't have cmake, contrary to what people 
+# on the Internet say
+#
+before_install:
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew update        ; fi
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew install cmake ; fi
 
 #
 # The addon source is automatically checked out in $TRAVIS_BUILD_DIR,

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list