码迷,mamicode.com
首页 > 其他好文 > 详细

Build Tool-自动化构建工具

时间:2018-06-25 20:21:39      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:web   rip   手动编译   ant   自动化   nbsp   工程文件   OWIN   TE   

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

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

输出:可执行文件。

 

相对于手动编译。

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

标签:web   rip   手动编译   ant   自动化   nbsp   工程文件   OWIN   TE   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!