Параметры для PVS-Studio
This commit is contained in:
parent
a304a9264a
commit
f493b6fc27
@ -188,8 +188,9 @@ variables:
|
||||
else
|
||||
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -B ${CI_BUILD_DIR} .
|
||||
cmake --build ${CI_BUILD_DIR} --parallel
|
||||
pvs-studio-analyzer analyze -a 29 -f ${CI_BUILD_DIR}/compile_commands.json -j
|
||||
pvs-studio-analyzer analyze -a 29 -f ${CI_BUILD_DIR}/compile_commands.json -j -o ${CI_BUILD_DIR}/PVS-Studio.log
|
||||
ls -la
|
||||
ls -la ${CI_BUILD_DIR}
|
||||
plog-converter -a "GA:1,2,3;64:1;OP:1,2;CS:1,2" -t errorfile ${CI_BUILD_DIR}/PVS-Studio.log
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user