blob: 9a42797ce5b3adaa3f080bd3ba1011d81d9e4975 (
plain)
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
26
|
language: c
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk
- sudo apt-get install -qq --no-install-recommends autoconf automake
- tools/setup
- ./configure
script:
- make
compiler:
- clang
- gcc
notifications:
irc:
channels:
- "chat.freenode.net#Monitoring-Plugins"
on_success: change
on_failure: always
skip_join: true
# email: false
|