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

Annotation of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2999 - (hide annotations) (download)
Mon Sep 26 09:38:49 2016 UTC (7 years, 6 months ago) by capela
File size: 449 byte(s)
- Improved travis-ci.org configuration.
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 2992 - sudo apt-get install libqt4-dev liblscp-dev libgig-dev
23    
24     before_script:
25     - ./autogen.sh
26    
27     script:
28     - ./configure --enable-qt4
29 capela 2999 && make
30     && sudo make install

  ViewVC Help
Powered by ViewVC