Skip to content
Latchkey

Incremental Build - CI/CD用語集の定義

Incremental build は、変更の影響を受ける target (とその依存側) だけを再 build し、残りは cache された出力を再利用して、ゼロから build することを避けます。

関連ガイド