can i run clang static analysis nightly via jenkins?
-
wrote on 25 Aug 2017, 13:27 last edited by raven-worx
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 ?
-
wrote on 26 Aug 2017, 06:08 last edited by ashtec
A plug-in would be great, or if it's possible to execute it via command line I can run it via Jenkins too.
That plug-in seems to be for x code. -
Well scan-build is the command line tool so you could invoke it in a custom step.
1/4