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

Annotation of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3757 - (hide annotations) (download)
Fri Mar 27 13:57:20 2020 UTC (4 years ago) by capela
File size: 616 byte(s)
- Update travis-ci.org build to ppa:beineri/opt-qt-5.14.1-xenial.
1 capela 2992 language: cpp
2    
3 capela 2999 sudo: required
4 capela 3515 dist: xenial
5 capela 2999
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 2992 before_install:
18     - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
19 capela 3757 - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.14.1-xenial
20 capela 2992 - sudo apt-get update -qq
21 capela 2999
22     install:
23 capela 3757 - sudo apt-get install -qq qt514base qt514tools libgl-dev; source /opt/qt514/bin/qt514-env.sh
24 capela 3281 - sudo apt-get install -qq liblscp-dev libgig-dev
25 capela 2992
26     before_script:
27 capela 3042 - git fetch --unshallow --tags -q
28 capela 2992 - ./autogen.sh
29    
30     script:
31 capela 3434 - ./configure
32     - make
33     - sudo make install

  ViewVC Help
Powered by ViewVC