aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6fa4d6ed4ecd109463684bae0db6401fd053d784 (plain)
1
2
3
4
5
6
7
8
9
10
language: c
compiler:
  - gcc
  - clang
script:
    - autoreconf -iv
    - ./configure --enable-Werror
    - make -j8
    - make check V=1
    - make distcheck V=1