blob: 9050cb8d0305345fb304ff720b3276471025657b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
language: c
compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install libauthen-sasl-perl libcrypt-generatepassword-perl libdatetime-perl libdatetime-format-sqlite-perl libdbd-sqlite3-perl libdbi-perl libdbix-class-perl libheimdal-kadm5-perl libkrb5-dev libnet-dns-perl libnet-ldap-perl libnet-remctl-perl libremctl-dev libsql-translator-perl libtest-minimumversion-perl libtest-pod-perl libtest-strict-perl libtimedate-perl libwebauth-perl perl sqlite3
env: AUTHOR_TESTING=1
script: ./autogen && ./configure && make warnings && tests/runtests -o tests/perl/strict && make check
branches:
only:
- master
|