Build Tool-自动化构建工具

Posted feng9exe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Build Tool-自动化构建工具相关的知识,希望对你有一定的参考价值。

输入:工程文件+编译说明文件;

处理:自动化构建工具+编译器;

输出:可执行文件。

 

相对于手动编译。

Historically, build automation was accomplished through makefiles. Today, there are two general categories of tools:[1]

Build automation utility (like Make, Rake, Cake, MS build, AntGradle etc.)
Whose primary purpose is to generate build artifacts through activities like compiling and linking source code.
Build automation servers
These are general web based tools that execute build automation utilities on a scheduled or triggered basis; a continuous integration server is a type of build automation server.

Depending on the level of automation the following classification is possible:

A software list for each can be found in list of build automation software.

 

https://en.wikipedia.org/wiki/Build_automation

以上是关于Build Tool-自动化构建工具的主要内容,如果未能解决你的问题,请参考以下文章

Build tool

Build tool

Build tool简介

buils tool是什么?java主流的build tool

Introduction of Build Tool/Maven, Gradle

Introduction of Build Tool/Maven, Gradle