hudson 的 Objective-C 代码分析插件
我使用 clang 静态分析器 来检查我的代码。 在jenkins,我使用这个 插件 来执行静态分析工具并生成报告。 现在我必须切换到 hudson,但没有“clang 插件”...
有人知道替代插件或解决方法来在 hudson 显示结果吗?
I use the clang static analyzer to check my code.
At jenkins i used this plugin to execute the static analysis tool and generate a report.
Now i have to switch to hudson but there is no "clang plugin"...
Does somebody know a alternative plugin or a workaround to display the result at hudson?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
clang 有 xml 输出支持吗?如果是这样,您可以使用 xsl 样式表将 xml 输出转换为 cppcheck 格式。
以下链接使用相同的概念,但在他的例子中它是单元测试,因此他使用 JUnit 格式。
Jenkins 和 cFix 单元测试 (C++)
Does clang have xml output support? If so, you could convert your xml output to cppcheck format using an xsl style sheet.
The following link uses the same concept, except in his case it was unit tests and so he used JUnit format.
Jenkins and cFix unit testing (C++)