Added cppcheck - fiche - A pastebin adjusted for gopher use
(HTM) git clone git://vernunftzentrum.de/fiche.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit a2fb9ab838dcf713db84df57b2dba05a50bd3ebe
(DIR) parent 10cb524891b73dd08638960b831991d74bbfb148
(HTM) Author: solusipse <solus1ps3@gmail.com>
Date: Wed, 6 Sep 2017 00:39:00 +0200
Added cppcheck
Diffstat:
.travis.yml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -1,2 +1,14 @@
language: c
-script: make
-\ No newline at end of file
+
+compiler:
+ - gcc
+ - clang
+
+addons:
+ apt:
+ packages:
+ - cppcheck
+
+script:
+ - cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c
+ - make