diff options
Diffstat (limited to 'tests/travis/install-build-depends.sh')
| -rwxr-xr-x | tests/travis/install-build-depends.sh | 18 |
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 |
