Question

Does it make a sense to use a build server in a small (2-3 developer) game development team? I like the idea of continuous integration, and the team members are not in the same place, so it might not be a bad idea.

Was it helpful?

Solution

Continuous integration is beneficial even if there is one person doing development simply because it tests the product on a "clean" non-development machine. The benefits increase with number of developers. So the answer is "yes, it makes sense".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top