File: .travis.yml

package info (click to toggle)
nagios-plugins-contrib 16.20151226~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports-sloppy
  • size: 6,176 kB
  • sloc: perl: 34,103; sh: 17,996; python: 1,883; php: 593; lex: 582; makefile: 441; ansic: 233; ruby: 96; awk: 81
file content (25 lines) | stat: -rw-r--r-- 928 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: c

before_install:
    # update package list
    - sudo apt-get update -qq

install:
    # install implicit build dependencies
    - sudo apt-get install -qq --no-install-recommends build-essential fakeroot devscripts equivs
    # install build dependencies
    - sudo mk-build-deps --install debian/control
    - sudo apt-get install -qq --no-install-recommends automake1.9
    # install
    - sudo add-apt-repository -y ppa:kalon33/gamesgiroll && sudo apt-get update && sudo apt-get install --only-upgrade autoconf

script:
    # build the debian package
    - dpkg-buildpackage -uc -us

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
#notifications:
#  email: false