TeamCity 7.1.5 : how to use cppcheck
Hello,
How to launch cppcheck in build step and display the result ?
On the windows teamcity agent, we can execute the command line : cppcheck . --xml-version=2 --enable=all 2>1 > result.xml
How to display use the result in teamcity ?
Thanks a lot for help.
Please sign in to leave a comment.