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

Contents of /liblscp/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3036 - (show annotations) (download)
Thu Nov 3 09:08:44 2016 UTC (7 years, 5 months ago) by capela
File size: 268 byte(s)
* Sync to upstream git head.
1 language: c
2
3 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 before_script:
18 - ./autogen.sh
19
20 script:
21 - ./configure
22 && make
23 && sudo make install

  ViewVC Help
Powered by ViewVC