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

Annotation of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3042 - (hide annotations) (download)
Fri Nov 11 10:54:08 2016 UTC (7 years, 5 months ago) by capela
File size: 487 byte(s)
- Add git fetch --unshallow --tags build step on ci-travis.org config.
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 2992 before_install:
18     - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
19     - sudo apt-get update -qq
20 capela 2999
21     install:
22 capela 3000 - sudo apt-get install -qq libqt4-dev liblscp-dev libgig-dev
23 capela 2992
24     before_script:
25 capela 3042 - git fetch --unshallow --tags -q
26 capela 2992 - ./autogen.sh
27    
28     script:
29     - ./configure --enable-qt4
30 capela 2999 && make
31     && sudo make install

  ViewVC Help
Powered by ViewVC