Learning Hudson: Setting up a simple build
Category: Languages > .net
Posted: 25 Jun 09
In this episode we will take a look at how to setup the Hudson build server for our application. We will start off by showing how simple it is to install Hudson and then walk through various configuration points in the server. Finally we will end up by creating a simple build which pulls from SVN and...
|
|
|
|
|
Building a Nant Script -- Part 2: Adding NUnit tests
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will continue our series on how to create a build script using the NAnt build tool.
In this episode we will build off the script for preivous episode and add in the ability to run NUnit tests within our script. You can get the script for this episode here
|
|
Building a Nant Script -- Part 1: Setting up the script
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will start a series on how to create a build script using the NAnt build tool.
We will start off this series by walking you though how to setup a simple build script which will simply compile your application. We will use this script as our basis for all future episodes ...
|
|
|
|
|