La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Automatisation de la compilation
Depuis R2022b
Utilisez MATLAB Build Tool pour créer et exécuter des tâches de compilation comme l’identification des problèmes de code, l’exécution de tests et le packaging d’une toolbox.
Vous pouvez créer un plan avec vos tâches et dépendances de tâche dans un même fichier de compilation puis invoquer l'outil de compilation pour exécuter ce plan. Pour en savoir plus, consultez Overview of MATLAB Build Tool.
Classes
Rubriques
- 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, run the tasks with the build tool.
- Create Tasks That Accept Arguments
Create build tasks that accept arguments for customizing their actions. Then, run the tasks with the build tool. (depuis R2023a)
- Create Groups of Similar Tasks
Create and run a group of related tasks that act as a single unit of work in the build tool. (depuis R2024b)
- Create Custom Reusable Tasks
Implement a custom task class that you can use in multiple build files. (depuis R2025a)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (depuis R2023a)
- Run Build from Toolstrip
Run a build interactively from the MATLAB® Toolstrip. (depuis R2025a)