Tagged Questions
4
votes
4answers
350 views
What software models are appropriate for daily builds and continuous integration?
On reading the joel test and about daily builds, a discussion with a few tech-lead friends of mine in various companies revealed that they never did daily builds or continuous integration because ...
6
votes
3answers
253 views
How do I go from “here's the zip” to a good release strategy?
I can write code, resolve dependencies, and get my program to run on my computer; I have no idea where to go from here though. How do I get the software ready for distribution?
The school ...
12
votes
6answers
490 views
What does “automated build” mean?
I'm trying to add Continuous Integration to a project.
According to Wikipedia, one major piece of CI is automated builds. However, I'm confused about what, exactly, that means, as the CI and build ...
2
votes
1answer
152 views
Which tool to use for creating application releases?
I'm wondering what others use as a tool for creating the final package to hand over to the customer. For now, these are the tasks it should perform for our company:
build a set of VS projects ...
6
votes
1answer
399 views
1-click software release
I am rewriting a vb6 installer into NSIS. One of my priorities is to compile-to-release in the least number of steps possible; ideally, a one click process, in which all needed files are included, ...
1
vote
1answer
738 views
What is your favourite Build Automation Server software (for C++), and why?
Note: I've checked the continuous-integration tag here and also the automation tag. (Other questions, e.g.: remote build experiebnce?.) (I've also found one question on SO for an example of a more ...
9
votes
6answers
938 views
Can you make a build in one step?
From the joel test:
Can you make a build in one step?
I've got to say I can't. I'm currently working on a web app that has a spreadsheet list of items that must be carried out in order to ...
7
votes
9answers
1k views
Automated build platform for .NET portfolio - best choice?
I am involved with maintaining a fairly large portfolio of .NET applications. Also in the portfolio are legacy applications built on top of other platforms - native C++, ECLIPS Forms, etc.
I have a ...