Top "Build-script" questions

Automatically setting jobs (-j) flag for a multicore machine?

I have a Makefile on a machine that has a ton of cores in it, but I always seem to …

makefile parallel-processing build-script
How to create a Simple Build Script for Visual Studio from the Command Line?

I have a lot of Visual Studio Project Solutions in multiple directories (all with the extension .sln) and I want …

batch-file visual-studio-2012 cmd build-script
How do I configure the SVN HTTP proxy from the command line?

I script the set up of my build environment. (So the build process can bootstrap itself if it finds itself …

svn build dependency-management build-script build-system
How to make Gradle run tasks in certain order?

Let's say that I have created separate tasks for running integration and acceptance tests in my gradle build script. When …

gradle task automated-tests build-script
Typescript command line compilation without NodeJS

I was looking over Typescript and was a bit confused about how you could build your js files from the …

javascript command-line typescript build-script