Expert AWS Development
上QQ阅读APP看书,第一时间看更新

Build Automation tool

Build Automation is the process for automating the creation of the build, compiling the source code, packaging the code into executables, and running test automation.

Build tools can be differentiated into two types, such as task-oriented and product-oriented. Task-oriented build tools will describe the dependency in a specific set of tasks. Product-oriented build tools describe things in terms of products.

Popular tools are Maven, Ant, and Gradle.