Nightly Builds: Why should I do it? [closed]
You should do nightly builds to ensure that your codebase stays healthy. A side effect of doing nightly builds is that it forces the team to create and maintain a fully automated build script. This helps to ensure that your build process is documented and repeatable. Automated builds are good at finding the following problems: … Read more