Top "Build-automation" questions

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

How and why do I set up a C# build machine?

I'm working with a small (4 person) development team on a C# project. I've proposed setting up a build machine which …

c# build continuous-integration build-automation hudson
Making Jenkins (Hudson) job depend on another job

I have two jobs: Upload Launch-instance I want to make Launch-instance dependent on the other one, so that triggering Launch-instance …

hudson build-automation jenkins
Generate C# project using CMake

I'm trying to generate a C# project within an existing C++ CMake code base on Windows. After some research, I …

c# visual-studio build build-automation cmake
Dump include paths from g++

I'm trying to write a little build script, and want to determine if the includes are system includes or not. …

path include g++ build-automation
Why am I getting "could not find com.android.tools.build:gradle" error?

This is based off my last question as well. Following this tutorial, I cloned the project into my machine and …

gradle build android-gradle-plugin build-automation build.gradle
Javascript web app and Java server, build all in Maven or use Grunt for web app?

We are doing a web application with AngularJS and we like the idea of using Bower for Dependency Management and …

maven build angularjs build-automation gruntjs
Installing Node Grunt Locally

I'm in the process of reworking my build system, and I've read that node.js with grunt is a good …

node.js build-automation portable-executable gruntjs
Xcode - Automatically add all files in a folder to a target

In Xcode, is there a way to specify that all files in a folder are compiled by a target. Eg. …

xcode build build-process build-automation
Have CMake recursively scan folders?

How do I set up CMake to recursively scan a given directory and determine the list of source files? My …

build build-process cmake build-automation build-system
How can I rename files with Grunt, based on the respective file's parent folder name?

I have a the following structure: src/ modules/ module1/ js/ main.js scss/ main.scss index.html module2/ js/ main.…

gruntjs parent-child rename build-automation