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

Contents of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3515 - (show annotations) (download)
Wed Jun 5 15:09:11 2019 UTC (4 years, 9 months ago) by capela
File size: 616 byte(s)
- Late qt4 cleanup... (rpm spec)
- Upgrade travis-ci.org dist: xenial.
- Removed duplicate field Standards-Version...
1 language: cpp
2
3 sudo: required
4 dist: xenial
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 before_install:
18 - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
19 - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.12.3-xenial
20 - sudo apt-get update -qq
21
22 install:
23 - sudo apt-get install -qq qt512base qt512tools libgl-dev; source /opt/qt512/bin/qt512-env.sh
24 - sudo apt-get install -qq liblscp-dev libgig-dev
25
26 before_script:
27 - git fetch --unshallow --tags -q
28 - ./autogen.sh
29
30 script:
31 - ./configure
32 - make
33 - sudo make install

  ViewVC Help
Powered by ViewVC