6 Star 0 Fork 19

OpenHarmony/third_party_iowow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pvs_studio_analyze.sh 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
stesen 提交于 2021-08-18 22:11 . Description:[feature] add iowow
#!/bin/bash
set -e
SCRIPTPATH="$(
cd "$(dirname "$0")"
pwd -P
)"
cd $SCRIPTPATH
if [ ! -d ./build ]; then
mkdir ./build
fi
cd ./build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release \
&& make
pvs-studio-analyzer analyze -a 45 -l ${HOME}/.config/PVS-Studio/PVS-Studio.lic -j4 -o ./pvs.log
rm -rf ./pvs_report
plog-converter -a 'GA:1,2,3;64:1;OP:1,2,3;MISRA:1' -t fullhtml -o ./pvs_report ./pvs.log
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_iowow.git
git@gitee.com:openharmony/third_party_iowow.git
openharmony
third_party_iowow
third_party_iowow
master

搜索帮助