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

Contents of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2992 - (show annotations) (download)
Sat Sep 24 17:24:06 2016 UTC (7 years, 6 months ago) by capela
File size: 264 byte(s)
- Initial travis-ci.org configuration.
1 language: cpp
2
3 before_install:
4 - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
5 - sudo apt-get update -qq
6 - sudo apt-get install libqt4-dev liblscp-dev libgig-dev
7
8 before_script:
9 - ./autogen.sh
10
11 script:
12 - ./configure --enable-qt4
13 - make
14 - sudo make install

  ViewVC Help
Powered by ViewVC