Sagar
Sagar

Reputation: 9503

What tools to use for C/C++ and CI?

FYI: If there is a better place/site (Programmer SE, for eg), feel free to move/close this question and let me know.

I am running Jenkins as our CI server, and we program mostly in C and C++ (with a little perl scripting here and there). Anyway, I have the following tools that I use to create metrics with for every build:

Are there any others that you know of that we could use, preferably with a Jenkins plugin or some form of XML/HTML output? I tried CCCC, but it was not as proficient with our code.

Thanks!

Upvotes: 2

Views: 3575

Answers (1)

pickypg
pickypg

Reputation: 22332

I recently attended a talk about Sonar. I do not yet personally use it, but we are actually setting it up at work and I plan to use it at home for my hobby projects.

I had not heard of it until recently, but I am extremely impressed with everything that I have seen with it so far.

The biggest negative is that it maintains its own pages, although Jenkins (and Hudson) should be able to launch it to start it.

Upvotes: 1

Related Questions