Top "Build-automation" questions

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

MSBuild Extension Pack vs MSBuild Community Tasks

I am just starting to make custom MSBuild scripts for the first time. I see that there are two standard …

.net msbuild build-automation msbuildcommunitytasks msbuildextensionpack
Template plugin for Jenkins

Is there any plugin available in Jenkins which allows you to reuse shared configuration across the jobs.. e.g I …

continuous-integration jenkins build-automation build-server
How to send key events to a headless emulator in an instrumentation test?

We are currently working on an instrumentation test suite which runs on our build server, but while the tests pass …

android testing build-automation emulation instrumentation
Name of Provisioning Profile used to sign an iPhone app?

I wrote a script that uses xcodebuild to generate an AdHoc build of an iPhone application. I would like to …

iphone xcode build-automation provisioning codesign
using different string files in android

I'm porting my iPhone app to android and I'm having a problem with the string files now. The app is …

android xml string build-automation localizable.strings
Anything better than CruiseControl for .Net CI?

I've been asked to set up yet another CruiceControl environment for yet another client. I realized that I've been using …

continuous-integration build-automation cruisecontrol.net
What is/are the difference(s) between MSBuild and TFSBuild

Background: We have a TFS server setup where me manage our source code and track work items and bugs. We …

visual-studio-2008 msbuild build-automation tfsbuild
Automatic running of unit tests on build

I would love to know if there is a way I can get Visual Studio to run unit tests corresponding …

.net visual-studio unit-testing nunit build-automation
Phing and Composer, which way around?

I want to use both Phing and Composer for my applications. Phing as the build system and Composer to manage …

php build-automation dependency-management phing composer-php
Do you use Phing?

Does anyone use Phing to deploy PHP applications, and if so how do you use it? We currently have a …

php deployment build-process build-automation phing