Skip to content
Snippets Groups Projects
Commit ec0538c4 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: adding a include path to cppcheck

parent 89319150
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ function variant__v4__cppcheck { ...@@ -176,7 +176,7 @@ function variant__v4__cppcheck {
VM_MEMORY=4096 VM_MEMORY=4096
LOG_PATTERN=cppcheck.xml LOG_PATTERN=cppcheck.xml
NB_PATTERN_FILES=1 NB_PATTERN_FILES=1
BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2 --suppressions-list=ci-scripts/cppcheck_suppressions.list -I common/utils -j4" BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2 --suppressions-list=ci-scripts/cppcheck_suppressions.list -I common/utils -I openair3/NAS/COMMON/UTIL -j4"
} }
function variant__v7__enb_ethernet { function variant__v7__enb_ethernet {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment