Files
fiche/.travis.yml

16 lines
218 B
YAML
Raw Normal View History

2014-09-09 05:42:13 +02:00
language: c
2017-09-06 00:39:00 +02:00
compiler:
- gcc
- clang
addons:
apt:
packages:
- cppcheck
script:
- cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c
- make
2017-09-06 00:55:57 +02:00
- scan-build --status-bugs make -B