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:
parent
838675f7dc
commit
20efb098e8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue