Skip to content

Build

Incremental build

Quick answer

An incremental build recompiles only the parts of a project affected by a change, reusing previously built outputs for everything else.

An incremental build recompiles only the parts of a project affected by a change, reusing previously built outputs for everything else.

Why it matters

CI defeats incremental builds by starting from a clean machine every time. Persisting the build directory is what restores the behaviour developers get locally.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.