Objective-C code analyses plugin at 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 s开发者_如何学Gowitch to hudson but there is no "clang plugin"...
Does somebody know a alternative plugin or a workaround to display the result at hudson?
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++)
精彩评论