Adds check-static to travis.yaml

This commit is contained in:
Felipe Zimmerle
2017-02-15 09:40:14 -03:00
committed by Felipe Zimmerle
parent 4ad3574cf2
commit 616cf84c31
3 changed files with 9 additions and 7 deletions

View File

@@ -60,9 +60,7 @@ cppcheck:
--inconclusive \
--template="warning: {file},{line},{severity},{id},{message}" \
--std=posix . 2> cppcheck.txt
cat cppcheck.txt
# -U YYSTYPE
# -U YY_USER_INIT
cat cppcheck.txt | grep -v "/ lalr1.cc"
check-static: cppcheck