Builds
A build refers to the process of checking out the source code for a project and executing a sequence of commands (known as a recipe) on a working copy of the code. The purpose of the build is to ensure the integrity of the project, by ensure the source code compiles and passes all relevant tests.