blob: c9ae80f99d1e529cfd8e6303d9208d084a0379ca (
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
27
28
|
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
before_script:
- 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
|