Sheila's Blog

Software Development

Sheila's Blog header image 5

Entries from June 9th, 2009

Setting up an Automated Build System

June 9th, 2009 2 Comments

Many teams apply continuous integration as part of their software development process.  This means that each team member integrates their work regularly.  To facilitate doing this, you first need an automated build script that each developer can use to compile and build the code locally.  If there are no issues, then the developer can check [...]

Tags: