summaryrefslogtreecommitdiff
path: root/scripts/setup-travis.sh
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-05-03 13:05:28 -0400
committerAllen Winter <allen.winter@kdab.com>2016-05-03 13:05:28 -0400
commitc6afba4c5006186df6cb530c608395d33c0e9df3 (patch)
treecccee25a8b343872165da165d71068cfe160dab8 /scripts/setup-travis.sh
parentecb644b656a3c84d2b7c938040db6f3545adb0fa (diff)
downloadlibical-git-c6afba4c5006186df6cb530c608395d33c0e9df3.tar.gz
Require CMake v3.0.2 now
Diffstat (limited to 'scripts/setup-travis.sh')
-rwxr-xr-xscripts/setup-travis.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/setup-travis.sh b/scripts/setup-travis.sh
index d8427af4..6c77764e 100755
--- a/scripts/setup-travis.sh
+++ b/scripts/setup-travis.sh
@@ -4,17 +4,11 @@
if ( test "`uname -s`" = "Darwin" )
then
- #cmake v2.8.12 is installed on the Mac workers now
- #brew update
- #brew install cmake
brew install icu4c
brew install db
brew install gtk-doc
else
- #install a newer cmake since at this time Travis only has version 2.8.7
- echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
sudo apt-get update -qq
- sudo apt-get install cmake
sudo apt-get install libicu-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install gtk-doc-tools