Top "Build-automation" questions

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

Multiple settings gradle files for multiple projects building

I have the following project structure -->Starnderd Location -->Project1 -->settings.gradle -->build.…

build-automation gradle multi-project
Programming Definitions: What exactly is 'Building'.

What does it mean to build a solution/project/program? I want to make sure I have my definitions correct (…

build build-process build-automation definition
ant depends vs. antcall

When defining sequential build steps I use the depends attribute of the target element. I have recently seen an ant …

java ant build-process build-automation
Perl build, unit testing, code coverage: A complete working example

Most Stackoverflow answers that I have found in regards to the Perl build process and unit testing and code coverage …

perl unit-testing build-process build-automation code-coverage
WiX 3.0 throws error 217, while being executed by continuous integration

This is the error that is thrown by our automated build suite on Windows 2008, while running ICEs (after migrating from …

continuous-integration wix build-automation wix3
Release signing in gradle.properties for Android

So I'm trying to convert all of my ant build scripts to gradle, and I've been able to find ample …

android build-automation gradle code-signing
Build server / continuous integration recommendation for C++ / Qt-based projects

I'm looking to implement a build server for Qt-based C++ projects. The server needs to check out the necessary code / …

c++ qt continuous-integration build-automation
Building a library using autotools from cmake

This is my first try with cmake and I would like to have, if possible, some feedbacks about what I …

build-process build-automation cmake autotools antlr3
which build tool(s) do you recommend for python?

I'm starting a small/medium-sized python project, likely in Test Driven Development. My backgrounds are more in C and java …

python unit-testing tdd build-automation pyinstaller
How to synchronise the publish version to the assembly version in a .NET ClickOnce application?

In my C# ClickOnce application, there is an auto-incremented publish version in the Project -> Properties -> Publish …

c# version clickonce build-automation