1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ci: fix cppcheck include paths

This commit is contained in:
Steffen Vogel 2020-09-11 12:05:37 +02:00
parent 838675f7dc
commit 20efb098e8

View file

@ -177,7 +177,8 @@ test:cppcheck 1/2:
--error-exitcode=1
--quiet
--std=c++11
-I include/villas
-I include
-I common/include
src/
lib/
tests/unit/ | tee cppcheck-error.log
@ -203,7 +204,8 @@ test:cppcheck 2/2:
--quiet
--enable=warning,performance,portability,information,missingInclude
--std=c++11
-I include/villas
-I include
-I common/include
src/
lib/
tests/unit/ | tee cppcheck-warn.log