mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
travis: Reduce download size prior to build
This should hopefully build just like before but reduce the number of packages download when setting up the build environment. This way we should get our Travis results faster and reduce the number of falsely reported build errors, too.
This commit is contained in:
@@ -31,7 +31,7 @@ before_install:
|
||||
- sudo add-apt-repository ppa:likemartinma/devel -y
|
||||
- sudo add-apt-repository --yes ppa:beineri/opt-qt571-trusty
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get --force-yes install qt57-meta-full
|
||||
- sudo apt-get --force-yes install qt57base qt57declarative qt57xmlpatterns qt57tools qt57svg qt57imageformats qt57translations qt57x11extras qt57connectivity qt57websockets qt57webchannel qt57scxml
|
||||
- sudo apt-get --force-yes install libsqlite3-dev libsqlcipher-dev libantlr-dev
|
||||
- QT_ENV_SCRIPT=$(find /opt -name 'qt*-env.sh')
|
||||
- source $QT_ENV_SCRIPT
|
||||
|
||||
Reference in New Issue
Block a user