monitoring-plugins-cyconet/.travis.yml

17 lines
340 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
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev
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
#notifications:
# email: false