summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b86e51035ccf0d71a531f3aa2f061f17b0ada8b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c

compiler:
  - clang
  - gcc

os:
  - freebsd
  - linux
  - osx

script:
  - ./autogen.sh
  # clang might warn about C11 generic selections in isnan()
  - CFLAGS=-Wno-c11-extensions ./configure --enable-werror
  - make
  - CFLAGS=-Wno-c11-extensions make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror

© 2014-2024 Faster IT GmbH | imprint | privacy policy