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

Annotation of /liblscp/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3850 - (hide annotations) (download)
Thu Jan 7 16:18:56 2021 UTC (3 years, 3 months ago) by capela
File size: 301 byte(s)
- Early preparations for the New Year develop(ment) cycle.
1 capela 2993 language: c
2    
3 capela 3036 sudo: required
4 capela 3850 dist: focal
5 capela 3036
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 2993 before_script:
18 capela 3041 - git fetch --unshallow --tags -q
19 capela 2993 - ./autogen.sh
20    
21     script:
22     - ./configure
23 capela 3036 && make
24     && sudo make install

  ViewVC Help
Powered by ViewVC