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
We use UnitTest++ and Hudson.
I find Hudson very easy to use and extremely configurable, with plenty of plugins.