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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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”.