Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

ビルドの自動化

標準のプログラミング インターフェイスを使用してビルド タスクを作成および実行する
R2022b 以降

ビルド ツールを使用して、コードの問題の特定、テストの実行、ツールボックスのパッケージ化など、ビルド タスクを作成および実行します。

1 つのビルド ファイルにタスクとタスクの依存関係を含めて計画を作成し、ビルド ツールを呼び出して計画を実行することができます。はじめに、MATLAB ビルド ツールの概要を参照してください。

関数

buildtoolInvoke build tool
buildplanCreate build plan

クラス

すべて展開する

matlab.buildtool.PlanFundamental interface for defining a build
matlab.buildtool.TaskSingle unit of work in a build
matlab.buildtool.TaskActionAction performed when task runs
matlab.buildtool.TaskContextContext provided when task runs
matlab.buildtool.TaskResultResult of running a task
matlab.buildtool.BuildResultResult of running a build
matlab.buildtool.TaskInputsContainer for task inputs (R2023b 以降)
matlab.buildtool.TaskOutputsContainer for task outputs (R2023b 以降)
matlab.buildtool.io.FileCollectionCollection of files and folders (R2023a 以降)
matlab.buildtool.io.FileSingle file or folder (R2023b 以降)
matlab.buildtool.io.GlobFile collection that matches pattern (R2023b 以降)

名前空間

matlab.buildtool.tasksSummary of built-in task classes (R2023b 以降)

トピック