Y
Hacker News
new
|
ask
|
show
|
jobs
by
a0
2476 days ago
One place where clean build times do matter is in the CI. Having very fast builds and tests is great for speedy deployments.
1 comments
gridlockd
2476 days ago
Why? Does your CI do a clean build for every test?
link
yawaramin
2476 days ago
Most CIs do clean builds for every PR, merge, and deploy ... that adds up to a lot of time.
link