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

Contents of /liblscp/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3866 - (show annotations) (download)
Sat Mar 27 12:17:51 2021 UTC (3 years ago) by capela
File size: 321 byte(s)
* Switching to CMake build system as for packaging default.
1 language: c
2
3 sudo: required
4 dist: focal
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 install:
18 - sudo apt-get install -qq doxygen
19
20 before_script:
21 - git fetch --unshallow --tags -q
22
23 script:
24 - cmake .
25 - make
26 - sudo make install

  ViewVC Help
Powered by ViewVC