/[svn]/qsampler/trunk/.travis.yml
ViewVC logotype

Contents of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3434 - (show annotations) (download)
Thu Nov 8 08:02:37 2018 UTC (5 years, 4 months ago) by capela
File size: 641 byte(s)
* Old deprecated Qt4 build support is no more.
1 language: cpp
2
3 sudo: required
4 dist: trusty
5
6 notifications:
7 email:
8 recipients:
9 - rncbc@rncbc.org
10 on_success: change
11 on_failure: always
12
13 branches:
14 only:
15 - master
16
17 env:
18 - QT_SELECT=5
19
20 before_install:
21 - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
22 - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.10.1-trusty
23 - sudo apt-get update -qq
24
25 install:
26 - sudo apt-get install -qq qt510base qt510tools qt510x11extras; source /opt/qt510/bin/qt510-env.sh
27 - sudo apt-get install -qq liblscp-dev libgig-dev
28
29 before_script:
30 - git fetch --unshallow --tags -q
31 - ./autogen.sh
32
33 script:
34 - ./configure
35 - make
36 - sudo make install

  ViewVC Help
Powered by ViewVC