aboutsummaryrefslogtreecommitdiff
path: root/tests/travis/install-build-depends.sh
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-07-21 02:25:22 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2014-07-21 02:25:22 +0200
commit8e45939a08a9ab20710d4c75bd0824582abed749 (patch)
tree03a86873be650647fc195cd1324959d4a5e326ee /tests/travis/install-build-depends.sh
parentb3c174b17a35dd552ef24f9a9a88620a666063dc (diff)
downloadqxmpp-8e45939a08a9ab20710d4c75bd0824582abed749.tar.gz
cosmetic
Diffstat (limited to 'tests/travis/install-build-depends.sh')
-rwxr-xr-xtests/travis/install-build-depends.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/travis/install-build-depends.sh b/tests/travis/install-build-depends.sh
deleted file mode 100755
index 89fb0c88..00000000
--- a/tests/travis/install-build-depends.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-set -e
-
-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
-
-case "$CONFIG" in
-full*)
- sudo apt-get install -qq libspeex-dev libtheora-dev libvpx-dev
- ;;
-esac