编译自动化 -凯发k8网页登录
使用标准编程接口创建和运行软件编译任务
使用编译工具创建和运行软件编译任务,例如识别代码问题、运行测试和打包为工具箱。
您可以在单个编译文件中创建包含任务和任务依存关系的计划,然后调用编译工具来运行该计划。要快速入门,请参阅。
函数
create build plan | |
invoke build tool |
类
fundamental interface for defining a build | |
single unit of work in a build | |
action performed when task runs | |
context provided when task runs | |
result of running a task | |
result of running a build |
主题
use the build tool to define and run a build.
create a plan using a main function and local task functions in a build file. then, plot dependencies and run the tasks with the build tool.