Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Update buildCC.bat to check return codes #167

Open
sharwell opened this issue Jul 23, 2015 · 0 comments
Open

Update buildCC.bat to check return codes #167

sharwell opened this issue Jul 23, 2015 · 0 comments

Comments

@sharwell
Copy link
Member

Currently buildCC does not check return codes from the various calls to other scripts. This can lead to two problems:

  1. If the code tools fail to build, the installer will still be created but it will use an old version of the code tools and Warnings and messages from static contract checking don't appear in the VS2015 error list #137 will reappear. The build logs must be manually inspected after each build to make sure it was successful.
  2. In some cases, AppVeyor currently reports the build was successful even when it fails.

When one of the build scripts results in an error, the build should be stopped and the error code propagated back to the caller.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants