Click here to Skip to main content
15,887,214 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: Do you use clustered builds? Pin
John M. Drescher18-Nov-08 5:03
John M. Drescher18-Nov-08 5:03 
GeneralRe: Do you use clustered builds? Pin
Gary Wheeler18-Nov-08 5:11
Gary Wheeler18-Nov-08 5:11 
GeneralRe: Do you use clustered builds? [modified] Pin
John M. Drescher18-Nov-08 5:28
John M. Drescher18-Nov-08 5:28 
AnswerRe: Do you use clustered builds? Pin
WillemM17-Nov-08 9:14
WillemM17-Nov-08 9:14 
GeneralMotivation for doing a build Pin
Gary Wheeler17-Nov-08 2:13
Gary Wheeler17-Nov-08 2:13 
GeneralRe: Motivation for doing a build Pin
Rama Krishna Vavilala17-Nov-08 6:32
Rama Krishna Vavilala17-Nov-08 6:32 
GeneralRe: Motivation for doing a build Pin
Nemanja Trifunovic17-Nov-08 8:00
Nemanja Trifunovic17-Nov-08 8:00 
GeneralRe: Motivation for doing a build Pin
Gary Wheeler17-Nov-08 8:24
Gary Wheeler17-Nov-08 8:24 
The only benefit I can see that nightly builds would give us over our ad hoc builds would be validating that the checked-in code is buildable. Our group 'culture' is such that builds, when broken, don't stay broken long Big Grin | :-D .

Our rules are simple:

1. Don't check in breaking changes unless you know what will be broken.
2. If you check something in that other team members must deal with, it's your job to let them know and make sure they make the necessary changes.

Automated testing on a build basis is a nice idea, but not terribly applicable to our products, which are process control applications that run machinery. It would be very difficult to automate the test environment sufficiently to perfectly simulate the hardware. I can easily see us having more code in the test bed than in the actual application (somewhere around 500,000 lines of C++). We currently do manual 'unit testing' with a variety of stand-ins, test bench and simulator applications.

Software Zen: delete this;

GeneralI'm perplexed at the number of "We do not use automated builds" PinPopular
PedroMC16-Nov-08 23:08
PedroMC16-Nov-08 23:08 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Michael Bookatz17-Nov-08 1:25
Michael Bookatz17-Nov-08 1:25 
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 
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 

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.