From 69ca9f1ceec0a55600530fb51ce12c4f095ea0c9 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Thu, 27 Mar 2014 19:45:33 +0400 Subject: Update support of Travis CI. --- tests/travis/install-build-depends.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 tests/travis/install-build-depends.sh (limited to 'tests/travis/install-build-depends.sh') diff --git a/tests/travis/install-build-depends.sh b/tests/travis/install-build-depends.sh new file mode 100755 index 00000000..66a1ddd3 --- /dev/null +++ b/tests/travis/install-build-depends.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +sudo apt-get update -qq + +if [ "$QT_SELECT" = "qt4" ]; then + sudo apt-get install -qq libqt4-dev +else + sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa + sudo apt-get update -qq + sudo apt-get install qtbase5-dev +fi + +if [ "$CONFIG" = "full" ]; then + sudo apt-get install -qq libspeex-dev libtheora-dev +fi -- cgit v1.2.3