Build automation is the act of scripting or automating tasks like compiling, packaging, running tests, deployment etc.
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 msbuildextensionpackIs 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-serverWe are currently working on an instrumentation test suite which runs on our build server, but while the tests pass …
android testing build-automation emulation instrumentationI wrote a script that uses xcodebuild to generate an AdHoc build of an iPhone application. I would like to …
iphone xcode build-automation provisioning codesignI'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.stringsI'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.netBackground: 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 tfsbuildI 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-automationI 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-phpDoes 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