Top "Build-automation" questions

Build automation is the act of scripting or automating tasks like compiling, packaging, running tests, deployment etc.

Best practice for setting up an automated build server for iphone apps?

I'm looking to setup an automated nightly build server for our iphone apps, and looking for advice on what works …

iphone objective-c ipad build-automation automated-tests
TeamCity Build & Deploy: How do you pass dependent artifact paths to a script?

How do you pass the artifact paths to a script in TeamCity. The scenario is this Build Project Deploy Project (…

deployment build-automation teamcity teamcity-7.0
How to fully automate from build to .ipa file in xcode 4

In xcode 3, using a bash script, I could run xcode from the command line, then take the files in the …

ios xcode xcode4 build-automation
How do I pass 2 parameters to Nant script?

I have to write an Nant script that will accept 2 parameters on the command line. The first is just an …

.net ant build-automation nant
Change JDK for running <ANT> task from within build xml

I have build.xml which calls swfbuild.xml. I want parent build.xml to use IBM JDK 1.5 and swfbuild.xml …

java ant build-automation mxmlc
How do I deploy automated builds to TestFlight from an Xcode Bot?

I spent a good amount of time formatting the mentioned blog with code, screenshots, and etc. that is too much …

ios xcode continuous-integration build-automation testflight
How to make MSBuild to automatically copy all indirect references to output (bin) folder

Subj. "Automatically" is essential here. References from GAC must not be copied. I've seen e.g. VS2008.NET: Getting a …

.net msbuild build-automation dependencies reference
How to get Cobertura to fail M2 build for low code coverage

I'm trying to configure my WAR project build to fail if the line or branch coverage is below given thresholds. …

java maven-2 build-automation code-coverage cobertura
Android - use ant to create build configurations that change configuration values

What I want is a way to have settings that are dependent on build configuration. To give a specific example, …

java android ant build-automation buildconfiguration
Building Visual Studio Deployment Project (.vdproj) through the command line

I have a deployment project deployment.vdproj to which I have added the project output of project.csproj. I want …

build-automation deployment-project