Automatización de compilación
Cree y ejecute tareas de compilación de software utilizando una interfaz de programación estándar
Utilice la herramienta de compilación para crear y ejecutar tareas de compilación de software, como identificar problemas en el código, ejecutar pruebas y empaquetar una toolbox.
Puede crear un plan con sus tareas y dependencias de tareas en un solo archivo de compilación y, a continuación, invocar la herramienta de compilación para ejecutar el plan. Para comenzar, consulte Overview of MATLAB Build Tool.
Clases
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 |
Temas
- 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.