[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
Fri Nov 4 23:23:33 UTC 2016
The following commit has been merged in the master branch:
commit 9676ee6cba2ba8a5daa5ec1a31c26e12ace2a261
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