In this chapter, you will see the advantages of continuous integration, understand its key concepts, and learn how to apply it to a project. You’ll also understand what continuous integration means for a team. Last, you’ll understand which tools and frameworks are available for implementing continuous integration during game development.
Why Continuous Integration?
The main goal of continuous integration (CI) is to find bugs as soon as possible. The process goes through the following stages:
Bug tracker: You use a ...