DEV Community

Cover image for Designing Continuous Build Systems
Cristian Medina
Cristian Medina

Posted on • Originally published at tryexceptpass.org on

Designing Continuous Build Systems

Continuous integration and delivery is finally becoming a common goal for teams of all sizes. After building a couple of these systems at small and medium scales, I wanted to write down ideas, design choices and lessons learned. This post is the first in a series that explores the design of a custom build system created around common development workflows, using off-the-shelf components where possible. You’ll get an understanding of the basic components, how they interact, and maybe an open source project with example code from which to start your own.

Read on ...

Top comments (0)