[Quickfix-developers] Automated Builds
Brought to you by:
orenmnero
From: Oren M. <om...@ri...> - 2004-08-02 15:37:53
|
We are finally starting to bring the automated builds back online at http://www.quickfixengine.org/developers.html. Right now there is a there is just one linux build, but we will be adding windows builds shortly. Instead of using one of the build products like CruiseControl and Anthill like before, we have our own script to do the builds. The reason is that we are going to make this script available to everyone so they can set up their own automated builds against the cvs repository. The available build products weren't very good for this because they are generally fairly complicated to set up and have various dependencies like a JVM and and application server. This is just a simple ruby script that you run and forget about. The builds are currently running every 6 hours against the anonymous access repository. --oren |