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

Annotation of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3434 - (hide 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 capela 2992 language: cpp
2    
3 capela 2999 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 capela 3281 env:
18     - QT_SELECT=5
19    
20 capela 2992 before_install:
21     - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
22 capela 3434 - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.10.1-trusty
23 capela 2992 - sudo apt-get update -qq
24 capela 2999
25     install:
26 capela 3434 - sudo apt-get install -qq qt510base qt510tools qt510x11extras; source /opt/qt510/bin/qt510-env.sh
27 capela 3281 - sudo apt-get install -qq liblscp-dev libgig-dev
28 capela 2992
29     before_script:
30 capela 3042 - git fetch --unshallow --tags -q
31 capela 2992 - ./autogen.sh
32    
33     script:
34 capela 3434 - ./configure
35     - make
36     - sudo make install

  ViewVC Help
Powered by ViewVC