首页 > 其他 > 详细

Build Tool-自动化构建工具

时间:2018-06-25 19:32:31      阅读:217      评论:0      收藏:0      [点我收藏+]

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

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

输出:可执行文件。

 

相对于手动编译。

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-自动化构建工具

原文:https://www.cnblogs.com/feng9exe/p/9225789.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!