summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: a1d7e427cd590c2c52dbf35e8be4c484b68c3260 (plain)
1
2
3
4
5
6
7
8
9
10
language: c
matrix:
    include:
        - compiler: gcc
        - compiler: clang
          env: CFLAGS="-g -O2"
before_install:
    - sudo apt-get update -qq
    - sudo apt-get -y install debhelper autotools-dev dh-autoreconf file libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential
script: (CFLAGS= ./autogen.sh) && ./configure --enable-debug && make