.travis.yml 374 B

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