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
Namespaces
matlab.buildtool.tasks | Summary of built-in task classes (depuis R2023b) |
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, plot dependencies and 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)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (depuis R2023a)