Introduction
Introduction Statistics Contact Development Disclaimer Help
Added cppcheck - fiche - A pastebin adjusted for gopher use
git clone git://vernunftzentrum.de/fiche.git
Log
Files
Refs
LICENSE
---
commit a2fb9ab838dcf713db84df57b2dba05a50bd3ebe
parent 10cb524891b73dd08638960b831991d74bbfb148
Author: solusipse <[email protected]>
Date: Wed, 6 Sep 2017 00:39:00 +0200
Added cppcheck
Diffstat:
.travis.yml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
---
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
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.