On Mon, 2006-06-12 at 16:11 -0400, Kurt Schwehr wrote: > Hi All, > > We are extremely pleased with using trac for our projects. Next on > the list of things we would like to get going is a build system that > preferably looks for changes in our svn tree and rebuilds and tests > on Mac, Linux, and Windows for us. What do people recommend? I have > been looking at buildbot (especially since it is in python), but the > configuration process is a confusing. I am also looking at > cruisecontrol. We would like to stick to an opensource tool and > avoid rolling our own build and test system. It would also be great > if this was something that could be linked to trac, but I haven't > seen anything like that around. > > http://mousebender.wordpress.com/2006/05/26/installing-buildbot/ > http://agiletesting.blogspot.com/2006/02/continuous-integration-with- > buildbot.html
Codehaus has a big feature matrix for CI tools: http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matrix One that's not on there, but integrates best with Trac is Bitten: http://bitten.cmlenz.net/ Check out the "Build Status" link on the right-side menu. Normally builds would also appear in the timeline, though it appears that Chris doesn't have the builds running ATM. The configuration is all done through Trac, and I think it's pretty easy to set up since it provides commands for the standard build tools for C, Java, or Python. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
