Top "Build-automation" questions

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

SVN checkout ignore folder

Can I ignore a folder on svn checkout? I need to ignore DOCs folder on checkout at my build server. …

svn build-automation cruisecontrol.net svn-checkout
Move a text file into target folder when compiling a Maven project

I have a slight different version of the question that I made recently. I have a Maven project under Netbeans 7.3, …

maven build-automation netbeans-7
Timeout on a Build Step of Jenkins

In Jenkins, is there a way to give different timeouts to each or selected build step? Build-time plugin out gives …

jenkins build-process build-automation jenkins-plugins
Have Grunt generate index.html for different setups

I'm trying to use Grunt as a build tool for my webapp. I want to have at least two setups: …

javascript build build-automation gruntjs
Maven: how to do parallel builds?

When you build with maven on a multicore / multi-CPU machine it would often be possible to build different subprojects in …

maven-2 build-process build-automation
How to build a CD ISO image file from the windows command line?

In an effort to satisfy "The Joel Test" question #2 "Can you make a build in one step?", I'm trying to …

windows build-process build-automation iso
Build NuGet Package automatically including referenced dependencies

I want to run a local/internal NuGet repository. I think I've figured out how to "reuse" existing NuGet packages …

visual-studio build-automation nuget nuget-package
Building C# solutions from command line with Visual Studio 2010

I want to automate the build process for my C# solutions. How can I build C# solutions from the command …

c# visual-studio build build-process build-automation
Automatically remove Subversion unversioned files

Does anybody know a way to recursively remove all files in a working copy that are not under version control? (…

svn build-automation