Automatización de compilación
Desde R2022b
Utilice la herramienta de creación para crear y ejecutar tareas de creación, como identificar problemas de código, ejecutar pruebas y empaquetar una toolbox.
Puede crear un plan con sus tareas y dependencias de tareas en un único archivo de creación y, después, invocar la herramienta de creación para ejecutar el plan. Para comenzar, consulte Overview of MATLAB Build Tool.
Clases
Paquetes
matlab.buildtool.tasks | Summary of built-in task classes (desde R2023b) |
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 a local task function in a build file. Then, plot dependencies and run the tasks with the build tool.
- Create and Run Tasks That Accept Arguments
Create build tasks that accept arguments for customizing their actions. Then, run the tasks with the build tool. (desde R2023a)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (desde R2023a)