summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d870aa543a35285c8bd1b998e2ab2083a4c8a4bf (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 -k
  - CFLAGS=-Wno-c11-extensions make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror

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