编译自动化
使用标准编程接口创建和运行软件编译任务
使用编译工具创建和运行软件编译任务,例如识别代码问题、运行测试和打包为工具箱。
您可以在单个编译文件中创建包含任务和任务依存关系的计划,然后调用编译工具来运行该计划。要快速入门,请参阅Overview of MATLAB Build Tool。
类
matlab.buildtool.Plan | Fundamental interface for defining a build |
matlab.buildtool.Task | Single unit of work in a build |
matlab.buildtool.TaskAction | Action performed when task runs |
matlab.buildtool.TaskContext | Context provided when task runs |
matlab.buildtool.TaskResult | Result of running a task |
matlab.buildtool.BuildResult | Result of running a build |
主题
- Overview of MATLAB Build Tool
Use the build tool to define and run a build.
- Create and Run Tasks Using Build Tool
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.