updates script for container-based build VMs

This commit is contained in:
Manuel Freiholz 2016-06-01 13:37:08 +02:00
parent c07242cd5f
commit c27c0713f2

View File

@ -1,14 +1,19 @@
# Build with Qt5
language:
- cpp
compiler:
- g++
before_install:
- add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- apt-get update -qq
- apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
addons:
apt:
sources:
- ppa:ubuntu-sdk-team/ppa
packages:
- qt5-qmake
- qtbase5-dev
- qtdeclarative5-dev
- libqt5webkit5-dev
- libsqlite3-dev
script:
- qmake -qt=qt5 -v