Click here to Skip to main content
15,887,175 members

Survey Results

Do you perform Automated Builds?   [Edit]

Survey period: 17 Nov 2008 to 24 Nov 2008

Automating your build does more than relieve tedium. In general, what is your approach?

OptionVotes% 
We perform automated builds each time we check in code16916.80
We perform daily or weekly automated builds19919.78
We are planning on using automated builds767.55
We sometimes use automated builds595.86
We do not use automated builds47146.82
Our stuff doesn't need to be built323.18



 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 3:56
PedroMC17-Nov-08 3:56 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Michael Bookatz17-Nov-08 4:01
Michael Bookatz17-Nov-08 4:01 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 4:25
PedroMC17-Nov-08 4:25 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
htoomik17-Nov-08 8:09
htoomik17-Nov-08 8:09 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Mark J. Miller18-Nov-08 4:03
Mark J. Miller18-Nov-08 4:03 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Jonathan C Dickinson20-Nov-08 19:17
Jonathan C Dickinson20-Nov-08 19:17 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Andrew Torrance17-Nov-08 2:49
Andrew Torrance17-Nov-08 2:49 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Thomas Weller17-Nov-08 3:44
Thomas Weller17-Nov-08 3:44 
Normally, you do it using a Build Server like CruiseControl.NET in combination with a build tool like NAnt or MSBuild on a dedicated machine (the build server). There's no need for VS - you only need the compiler (e.g. csc.exe for C#) which can be used free of charge.

All the tools I mentioned are open source and under free licenses, yet very mature and reliable. So there's no additional cost in using them despite the learning effort, which, for a simple solution, is not so high. Since widely in use, many examples exist on the web.

Regards
Thomas

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Programmer - an organism that turns coffee into software.


GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
John M. Drescher17-Nov-08 4:21
John M. Drescher17-Nov-08 4:21 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Harold Bamford17-Nov-08 5:03
Harold Bamford17-Nov-08 5:03 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Thomas Weller17-Nov-08 5:23
Thomas Weller17-Nov-08 5:23 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Harold Bamford17-Nov-08 5:46
Harold Bamford17-Nov-08 5:46 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Thomas Weller17-Nov-08 5:55
Thomas Weller17-Nov-08 5:55 
RantRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC18-Nov-08 0:44
PedroMC18-Nov-08 0:44 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
#realJSOP17-Nov-08 6:32
mve#realJSOP17-Nov-08 6:32 
GeneralSmall hairballs Pin
Paul Watson17-Nov-08 11:49
sitebuilderPaul Watson17-Nov-08 11:49 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Tom Deketelaere17-Nov-08 20:54
professionalTom Deketelaere17-Nov-08 20:54 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 23:06
PedroMC17-Nov-08 23:06 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Tom Deketelaere18-Nov-08 0:24
professionalTom Deketelaere18-Nov-08 0:24 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
_WinBase_18-Nov-08 2:01
_WinBase_18-Nov-08 2:01 
GeneralAutomate, automate, automate Pin
jlwarlow16-Nov-08 22:41
jlwarlow16-Nov-08 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.