aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 33f6c18f956b82af6abf3ed79b96b20852f59b6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: c
matrix:
  include:
    # Access more recent gcc and clang via a Trusty image
    - os: linux
      dist: trusty
      compiler: gcc
    - os: linux
      dist: trusty
      compiler: clang
    - os: osx
      compiler: gcc
    - os: osx
      compiler: clang
script:
  - export CFLAGS=-Werror
  - make clean
  - make
  - make clean
  - make -f Makefile.generic