summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 7aa698f0d5d4c456aca9fd0b8f1dd82a760b30b6 (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