TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CBOI: Continuous Build, Occasional Integration

7 pointsby adrianomartinsover 3 years ago

2 comments

adrianomartinsover 3 years ago
The name of the article is &quot;What is a build system and what is CI?&quot; but my main take away is really the realisation that most&#x2F;many companies aren&#x27;t really doing CI, they&#x27;re doing instead CBOI: Continuous Build, Occasional Integration.<p>Also, wow, there are very efficient build systems that all devs should really know about, like Bazel.
rurbanover 3 years ago
He is missing integration tests in CI pipelines, and his only idea to this problem is to sell Bazel. Whilst he should propose to fix the problem by doing proper integration tests.