What build systems exist for purely external code?

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?

+3
source share
1 answer

, . Ant, NAnt , Java .NET. , , .

, , :

Ant JSLint http://jslint4java.googlecode.com/svn/docs/1.3.1/ant.html

TeamCity. , 20 .

http://www.jetbrains.com/teamcity/

+2

Source: https://habr.com/ru/post/1771160/


All Articles