mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
Update .travis.yml
Added libqt5x11extras5-dev to travis build
This commit is contained in:
parent
175c836c93
commit
abdc0dc0dd
10
.travis.yml
10
.travis.yml
@ -9,6 +9,8 @@ matrix:
|
|||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: stable
|
group: stable
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install libqt5x11extras5-dev
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -36,6 +38,8 @@ matrix:
|
|||||||
services:
|
services:
|
||||||
- xvfb
|
- xvfb
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install libqt5x11extras5-dev
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -68,6 +72,8 @@ matrix:
|
|||||||
- xvfb
|
- xvfb
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install libqt5x11extras5-dev
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
@ -98,6 +104,8 @@ matrix:
|
|||||||
services:
|
services:
|
||||||
- xvfb
|
- xvfb
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install libqt5x11extras5-dev
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -135,6 +143,8 @@ matrix:
|
|||||||
services:
|
services:
|
||||||
- xvfb
|
- xvfb
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install libqt5x11extras5-dev
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
Loading…
Reference in New Issue
Block a user