amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

Add incremental build support #42

Closed aengelberg closed 5 years ago

aengelberg commented 5 years ago

(Fixes #38)

lein-monolith can now store "fingerprints" for each project, which make a best-effort attempt to cheaply capture when a project changes between builds. They are keyed under user-defined "markers" (e.g. build, test) to distinguish the types of incremental builds we want to keep track of.

aengelberg commented 5 years ago

Ready for another :eyes: @greglook

aengelberg commented 5 years ago

My plan was to cut a snapshot version first so I can sanity-check my assumption that this feature fits well into our CI pipeline before officially releasing it.