Skip to content

Commit

Permalink
Travis CI configuration improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor NIR Chudov committed Jan 6, 2019
1 parent b77dbf6 commit 841e820
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,36 @@
# which are TOO old for us. Wait for 'xenial' support or
# install Qt >= 5.3 and CMake >= 3.0 from some PPA
language: cpp
compiler: gcc
compiler:
- gcc
- clang
dist: xenial
addons:
apt:
packages:
- python3-all
- qt5-default
apt:
packages:
- python3-all
- qt5-default
- qtscript5-dev
- libssl-dev
- qttools5-dev
- qttools5-dev-tools
- qtmultimedia5-dev
- libqt5svg5-dev
- libqt5webkit5-dev
- libsdl2-dev
- libasound2
- libxmu-dev
- libxi-dev
- freeglut3-dev
- libasound2-dev
- libjack-jackd2-dev
- libxrandr-dev
- libqt5xmlpatterns5-dev
- libqt5xmlpatterns5
- libqt5xmlpatterns5-private-dev
script:
- cmake -DUSE_QT=5
- mkdir build
- cd build
- cmake -DUSE_QT=5 ..
- make

0 comments on commit 841e820

Please sign in to comment.