Added cppcheck

This commit is contained in:
solusipse
2017-09-06 00:39:00 +02:00
committed by GitHub
parent 10cb524891
commit a2fb9ab838

View File

@@ -1,2 +1,14 @@
language: c
script: make
compiler:
- gcc
- clang
addons:
apt:
packages:
- cppcheck
script:
- cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c
- make