aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a07af79d152b5f045c67038091d460cea2d9d275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: c

sudo: required

dist: trusty

compiler:
  - clang
  - gcc

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -y bison dejagnu gettext keyutils ldap-utils libldap2-dev libkeyutils-dev libssl-dev python-cjson python-paste python-pyrad slapd tcl-dev tcsh

script: cd src && autoreconf && ./configure --with-ldap && make && make check