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

compiler:
  - clang
  - gcc

os:
  - freebsd

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