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

CI: removing LPDC decoder file from cppcheck run

  -- temporary, will need to compile it in order to generate
     code

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent bc4f4ad9
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ case $key in
ARCHIVES_LOC=cppcheck
LOG_PATTERN=cppcheck.xml
NB_PATTERN_FILES=1
BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2"
BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2 -i openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder.c"
shift
;;
-v5)
......@@ -200,7 +200,7 @@ case $key in
ARCHIVES_LOC=cppcheck
LOG_PATTERN=cppcheck.xml
NB_PATTERN_FILES=1
BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2"
BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2 -i openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder.c"
;;
gnb-usrp)
VM_NAME=ci-gnb-usrp
......
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