mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-16 10:24:45 +08:00
updates script for container-based build VMs
This commit is contained in:
parent
c07242cd5f
commit
c27c0713f2
17
.travis.yml
17
.travis.yml
@ -1,14 +1,19 @@
|
|||||||
# Build with Qt5
|
|
||||||
language:
|
language:
|
||||||
- cpp
|
- cpp
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- g++
|
- g++
|
||||||
|
|
||||||
before_install:
|
addons:
|
||||||
- add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
|
apt:
|
||||||
- apt-get update -qq
|
sources:
|
||||||
- apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
|
- ppa:ubuntu-sdk-team/ppa
|
||||||
|
packages:
|
||||||
|
- qt5-qmake
|
||||||
|
- qtbase5-dev
|
||||||
|
- qtdeclarative5-dev
|
||||||
|
- libqt5webkit5-dev
|
||||||
|
- libsqlite3-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- qmake -qt=qt5 -v
|
- qmake -qt=qt5 -v
|
||||||
|
Loading…
Reference in New Issue
Block a user