[SCM] kodi-pvr-hts/master: fix Travis XCode 6.1 build by upgrading CMake
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:42 UTC 2016
The following commit has been merged in the master branch:
commit ef27fd980fdbef441b831d617e824dca5651e745
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date: Thu Sep 22 10:35:22 2016 +0300
fix Travis XCode 6.1 build by upgrading CMake
tinyxml requires at least CMake 3.1
diff --git a/.travis.yml b/.travis.yml
index f317080..286d814 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ matrix:
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
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew upgrade cmake || true; 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