nightly-build

Nightly Builds: Why should I do it? [closed]

馋奶兔 提交于 2019-11-28 16:38:45
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Why should I do Nightly Builds? 回答1: 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

Compilation fails randomly: “cannot open program database”

非 Y 不嫁゛ 提交于 2019-11-28 04:30:42
During a long compilation with Visual Studio 2005 (version 8.0.50727.762), I sometimes get the following error in several files in some project: fatal error C1033: cannot open program database 'v:\temp\apprtctest\win32\release\vc80.pdb' (The file mentioned is either vc80.pdb or vc80.idb in the project's temp dir.) The next build of the same project succeeds. There is no other Visual Studio open that might access the same files. This is a serious problem because it makes nightly compilation impossible. It is possible that an antivirus or a similar program is touching the pdb file on write - an