And it’s like… what’s the deal with build servers?
Sep 1, 2018 · 3 min read
The simplest way I can think of to explain a build server is to imagine hiring a brand new developer for each code check in, giving them explicit instructions to accomplish the build, and letting them go at it. Maybe that requires a bit of explanation — the idea of a build server is to provide a reproducible set of instructions/steps to accomplish building your application from start to finish without…
