aboutsummaryrefslogtreecommitdiff
path: root/dependencies/uthash/.travis.yml
blob: 62646943b9556c3c02f03085ae881a77602f7ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: cpp
matrix:
  include:
  - os: linux
    compiler: gcc
  - os: linux
    compiler: clang
  - os: osx
script:
- make -C tests EXTRA_CFLAGS="-W -Wall -Wextra -Wswitch-default"
- make -C tests clean ; make -C tests pedantic
- make -C tests clean ; make -C tests pedantic EXTRA_CFLAGS=-DNO_DECLTYPE
- make -C tests clean ; make -C tests cplusplus
- make -C tests clean ; make -C tests cplusplus EXTRA_CFLAGS=-DNO_DECLTYPE