Posts Tagged ‘Cruise Control’

The Build Process Using CruiseControl.Net & NAnt

// April 15th, 2009 // No Comments » // Programming, Work

CruiseControl.Net

What Is CruiseControl.Net?

  • CruiseControl.Net is a free framework for continuous build integration.
  • It runs as a Windows service on our build server, watching for changes to our source control system. When it detects a change (ie a developer commits some code) it triggers an action.
  • It also comprised of a Web Dashboard, so that build reports (ie the outcome of an action) can be viewed in a browser.
  • It’s configured using XML.
  • CruiseControl.Net lives on our “Kermit” build server.

(more…)

Configuring CruiseControl.Net

// May 28th, 2008 // No Comments » // Programming

At Huddle I’ve recently been involved with looking at the build setup that we have in place (also see my article Defining a development tree). This article explains how we have set up CruiseControl.Net and the lessons we have learnt along the way.
(more…)