I want to implement a build system that will run unit tests and JSLint in Javascript, generate documentation and compress JavaScript and CSS into mini-packages.
I could also add an integration step that automatically uploads code to the server in each assembly.
I feel overwhelmed by all the options in the build systems - some oriented to .NET, others to Java.
What is the best system for my requirement, given that the source code of the choice doesn't matter?
source
share