Thursday, September 22, 2005

Using CIA for continuous integration

Posted by admin

Jonathan have written a tutorial for getting up and running with CIA. CIA is a continuous-integration server that I threw together really quickly to please my own needs for running tests when checkins occur. It’s not intended to be a general-purpose solution, like DamageControl, but rather a narrow and slim alternative if you’re on a Rails/Subversion combination anyway.

It’s still only available from Subversion and its ugly as sin, but it’s only 66 lines of code, so you can read and understand it all in 10 minutes tops. Do check it out and give it some love, but let your patches be mindful of its Less Software intentions.