monitoring-plugins-cyconet/.travis.yml

21 lines
645 B
YAML
Raw Normal View History

2013-12-01 23:16:26 +00:00
language: c
2014-02-16 22:38:22 +00:00
before_install:
# update package list
2013-12-01 23:16:26 +00:00
- sudo apt-get update -qq
2014-02-16 22:38:22 +00:00
install:
# install build dependencies
2014-09-22 18:57:18 +00:00
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev automake
2013-12-01 23:16:26 +00:00
script:
2014-02-16 22:38:22 +00:00
# build the debian package
2013-12-01 23:16:26 +00:00
- debuild -uc -us
2014-02-25 13:03:23 +00:00
after_script:
# run lintian after build
- sudo apt-get install -qq --no-install-recommends lintian
- lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.deb && lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.dsc
2013-12-01 23:16:26 +00:00
#notifications:
# email: false