Continuous integration
January 10, 2010 by Thibault D
Diem is already heavily tested, and many tests are added day after day. Now with more than 2200 tests, it became tedious to run them manually.
So I searched for a continuous integration server for Diem 5.0.
Sismo, the sensiolabs CI, is not available yet.
There is an excellent blog post about using Hudson to test symfony applications. I tried it, and saw it was good.
Hudson is now running on http://ci.diem-project.org/. Each day, it builds a new project from latest Diem 5.0 SVN repository, and runs all unit and functional tests.
The results are available online, and we can also follow the build results on twitter and subscribe to the builds RSS feed.
Informations about Diem 5.0 health are also displayed on the Community & Development page.
Say hello to Hudson, our new BETA tester!