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