Browse Source

chore(travis): Bump travis qt version

pull/4493/head
Diadlo 8 years ago
parent
commit
af77efe2ba
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 14
      .travis/build-ubuntu-14-04.sh

14
.travis/build-ubuntu-14-04.sh

@ -20,7 +20,7 @@
set -e -o pipefail set -e -o pipefail
# Qt 5.3, since that's the lowest supported version # Qt 5.3, since that's the lowest supported version
sudo add-apt-repository -y ppa:beineri/opt-qt532-trusty sudo add-apt-repository -y ppa:beineri/opt-qt551-trusty
sudo apt-get update -qq sudo apt-get update -qq
# install needed Qt, OpenAL, opus, qrencode, GTK tray deps, sqlcipher # install needed Qt, OpenAL, opus, qrencode, GTK tray deps, sqlcipher
@ -41,15 +41,15 @@ sudo apt-get install -y --force-yes \
libtool \ libtool \
libvpx-dev \ libvpx-dev \
libxss-dev qrencode \ libxss-dev qrencode \
qt53base \ qt55base \
qt53script \ qt55script \
qt53svg \ qt55svg \
qt53tools \ qt55tools \
qt53xmlpatterns \ qt55xmlpatterns \
pkg-config || yes pkg-config || yes
# Qt # Qt
source /opt/qt53/bin/qt53-env.sh || yes source /opt/qt55/bin/qt55-env.sh || yes
# ffmpeg # ffmpeg
if [ ! -e "libs" ]; then mkdir libs; fi if [ ! -e "libs" ]; then mkdir libs; fi

Loading…
Cancel
Save