Main Content

Build Automation

Create and run build tasks using a standard programming interface
Seit R2022b

Use the build tool to create and run build tasks, such as identifying code issues, running tests, and packaging a toolbox.

You can create a plan with your tasks and task dependencies in a single build file, and then invoke the build tool to run the plan. To get started, see Overview of MATLAB Build Tool.

Funktionen

buildtoolInvoke build tool
buildplanCreate build plan

Klassen

alle erweitern

matlab.buildtool.PlanFundamental interface for defining a build
matlab.buildtool.TaskSingle unit of work in a build
matlab.buildtool.TaskActionAction performed when task runs
matlab.buildtool.TaskContextContext provided when task runs
matlab.buildtool.TaskResultResult of running a task
matlab.buildtool.BuildResultResult of running a build
matlab.buildtool.TaskInputsContainer for task inputs (Seit R2023b)
matlab.buildtool.TaskOutputsContainer for task outputs (Seit R2023b)
matlab.buildtool.io.FileCollectionCollection of files and folders (Seit R2023a)
matlab.buildtool.io.FileSingle file or folder (Seit R2023b)
matlab.buildtool.io.GlobFile collection that matches pattern (Seit R2023b)

Pakete

matlab.buildtool.tasksSummary of built-in task classes (Seit R2023b)

Themen