can i run clang static analysis nightly via jenkins?
Moved
Unsolved
3rd Party Software
-
Hi,
I have setup a nightly build job on our QT project, now i would like to add static analysis to the continues integration process. I see that Clang static analysis is included in QT Creator, but i am not sure how i can run this via Jenkins. any help would be appreciated!
Thanks.
raven-worx: moved topic
-
Hi and welcome to devnet,
Do you mean something like the ClandScan-build plugin ?
-
Well scan-build is the command line tool so you could invoke it in a custom step.