blob: 7c809f24f1b9d76a9249e498d4880ea0f1adfffe (
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
|
language: c
install:
- sudo apt-get update -qq
- 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
|