-
Notifications
You must be signed in to change notification settings - Fork 28
/
.travis.yml
25 lines (25 loc) · 1.04 KB
/
.travis.yml
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
language: c
install:
- sudo apt-get update -qq
- sudo apt-get install -qq curl
- wget http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_12.04/Release.key
- sudo apt-key add Release.key
- rm -rf Release.key
- wget http://download.opensuse.org/repositories/home:/viktorjuhasz/xUbuntu_12.04/Release.key
- sudo apt-key add Release.key
- sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_12.04 ./" >> /etc/apt/sources.list'
- sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/viktorjuhasz/xUbuntu_12.04/ ./" >> /etc/apt/sources.list'
- sudo apt-get update -qq
- sudo apt-get install -qq aptitude
- sudo aptitude install -q -y pkg-config flex bison liblua5.2-dev libmongo-client-dev syslog-ng-dev libperl-dev python-dev python3-dev libgrok-dev libtokyocabinet-dev libzmq3-dev librdkafka-dev
before_script:
- autoreconf -i
script:
- travis/build
compiler:
- gcc
- clang
notifications:
irc:
channels:
- "irc.freenode.org#balabit"