I want to set up a continuous integration and test framework for my open source C++ project. The desired features are:
1. check out the source code
2. run all th
You might also want to ask this question on the CruiseControl user mailing list to see if others are doing the same thing.
But I don't know if Cruisecontrol allows easy integration of performance metrics.
There are two ways you might handle your performance metrics with CruiseControl:
I'm a bit biased on the subject because I work on the CruiseControl project but there are several other CI tools that would work as well.