forked from balabit/syslog-ng-incubator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
22 lines (22 loc) · 813 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: c
install:
- sudo apt-get update -qq
- sudo apt-get install -qq curl
- wget http://download.opensuse.org/repositories/home:/tusavik/xUbuntu_12.04/Release.key
- sudo apt-key add Release.key
- sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/tusavik/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 openjdk-7-jdk
before_script:
- autoreconf -i
script:
- travis/build --with-python=python2
- travis/build --with-python=python3
compiler:
- gcc
- clang
notifications:
irc:
channels:
- "irc.freenode.org#balabit"