nnn/.travis.yml

21 lines
373 B
YAML
Raw Normal View History

2017-04-03 19:00:17 +00:00
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
2017-04-03 20:10:04 +00:00
- make clean
- make
2017-04-13 02:42:10 +00:00
- make clean
- make -f Makefile.generic