Continious Integration
Posted on July 4, 2007
I’m using CruiseControl.Net for continuous integration of .Net project; it is a really good tool. Configure it once, and forget. There is also a tray that show build status.
CC.Net reporting is quite simple, but Eden Ridgway recently added very good statistics graphs pack.
Hopefully it will be integrated into the next CC.Net release.
Yesterday I also played with CruiseControl.rb and it is really amazing. Fast, nice UI and does not eat memory.
CC.rb configuration is very simple, two steps, point it to svn repo with rake file, and start the server. Booyah!
———
(I found that my integration was not that good when I plugged the real hardware, I discovered that I was sending control signals to PLC from the GUI thread and synchronous calls where locking UI, but other then that everything worked. I did not have the problem with hardware simulator I wrote. Anyway I just created a separate thread that controls the hardware and it fixed the problem.)
Filed Under Uncategorized |
Leave a Comment
If you would like to make a comment, please fill out the form below.