Top "Build-automation" questions

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

Getting started with autotools

Anyone recommend how a person could get started with autotools in building a C project?

c resources build build-automation autotools
Sharing build artifacts between jobs in Hudson

I'm trying to set up our build process in hudson. Job 1 will be a super fast (hopefully) continuous integration build …

build-process build continuous-integration build-automation hudson
How to get jenkins to copy artifacts to a dynamic directory?

I'm trying to get Jenkins to copy the artifacts of a build to an archive directory on another server using …

build-process hudson build-automation hudson-plugins jenkins
How do I remove app from iOS 8 Simulator from command line?

I have an automation running in the iOS Simulator that I have to remove before another run. How do I …

ios xcode ios-simulator xcode6 build-automation
Make/makefile progress indication!

Look at this makefile, it has some sort of primitive progress indication (could have been a progress bar). Please give …

scripting makefile build-automation progress-bar
Delphi MSBuild Build Configurations From Command Line

Delphi 2009 uses build configurations. When you create a new project you have two default build configurations "Debug" and "Release". Now …

delphi msbuild build-automation delphi-2009 delphi-2007
What does "mvn -P" do?

I have been told to use mvn clean install -P base at work for a particular task. I am trying …

maven command-line maven-plugin build-automation
Automated deployment PHP in CI environment (Jenkins)

I'm currently looking into setting up a strong CI & deployment environment for a project shared across a small team …

php deployment jenkins continuous-integration build-automation
Automated Slow Cheetah Build methods

I don't want to install Slow Cheetah on all the build servers. We are using Slow Cheetah for config transformations …

msbuild build-process build-automation slowcheetah config-transformation
Is it possible to alias a branch in Git?

I am looking into using git on a massive scale. I was hoping to increase adoption and make things easier …

svn git version-control build-automation