빌드 자동화
표준 프로그래밍 인터페이스를 사용하여 빌드 작업을 만들고 실행
R2022b 이후
R2022b 이후
빌드 툴을 사용하여 코드 문제 식별, 테스트 실행, 툴박스 패키징과 같은 빌드 작업을 만들고 실행합니다.
여러 작업과 작업 간의 종속 관계가 정의된 플랜을 하나의 빌드 파일로 만든 다음 빌드 툴을 호출하여 빌드 플랜을 실행합니다. 시작하려면 Overview of MATLAB Build Tool 항목을 참조하십시오.
클래스
도움말 항목
- 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. (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. (R2024b 이후)
- Improve Performance with Incremental Builds
Run builds more efficiently by specifying task inputs and outputs. (R2023a 이후)