CI へのプロセスの統合
CI Support Package for Simulink を使用すると、チーム向けの開発と検証のプロセスを定義し、そのプロセスを CI で実行できます。runprocess 関数を使用してプロセスを実行する CI パイプライン構成ファイルを手動で作成するか、Azure® DevOps、GitHub®、GitLab®、および Jenkins® 向けのパイプライン構成ファイルを生成できます。サポート パッケージには、作業を開始するために再構成して使用できるサンプルのパイプライン構成ファイルがいくつか含まれています。詳細については、Approaches to Running Processes in CIを参照してください。
関数
generateReport | Generate report for recent task results |
padv.pipeline.generatePipeline | Generate pipeline file for CI platform |
runprocess | Generate and run pipeline of tasks by using build system |
クラス
トピック
- Approaches to Running Processes in CI
How you can set up a CI system to run your process.
- How Pipeline Generation Works
You can automatically generate pipeline configuration files for certain CI systems.
- Tips for Setting Up CI Agents
Set up headless build agents that can run your tasks.
- Build and Use Docker Image to Run Processes
Build a custom Docker® image with the support package to run your process in containerized MATLAB® sessions.
- Collect Detailed Execution Data with OpenTelemetry Integration
Gather detailed timing and execution data for your process with the OpenTelemetry integration.
- Best Practices for Effective Builds
How to identify a build schedule and improve build efficiency with artifact caching.