Types of builds
Hi,
Should a scrum team perform "local command line build" ? I agree with "command line build", it's necessary for any continuous integration tool. But the word "local" puzzle me. According to me, no needs to execute command line build in local, your IDE knows how to do it.
What is your opnion ?
Thanks
I would answer no, because there is no good scrum reason why a developer must run a build from the command line.
Practically many developers will run a local build from the command line to ensure that once the commit their changes the CI will build sucessfully, and typically the command line build will be the same as the one used by CI but I cannot see why this should be explicitly required by the scrum process.