-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
AppVeyor build failures do not always show in log output #12560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, saw that too several times. I suspect the CI server cancelled maybe? |
I've been documenting this issue since moving from MS-DOS batches to PowerShell in PowerShell offers two options:
Current situtation is almost unusable; to show errors one needs to switch between abort/continue back and forth. This is so wrong, I'm fairly sure I'm missing something, but days/weeks of search didn't help finding a solution. |
If there is no better way with PowerShell, another fix is moving to an external shell script. Here's an implementation made back then (with posts related to this issue): More links: |
I agree bash would be better or at least easier to manage. Thanks for working on it. Some batch scripts that we use are inescapable because we have them for Windows systems without a unix shell, but as you know they can be called from bash. |
I'm reviewing some CI jobs from a recent PR and I noticed that a bunch failed in appveyor. For example this one. When they fail the last line of the log always looks something like:
The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: ../../../docs/examples/10-at-a-time.c: In function 'main':
but that's it, that's the last line. It doesn't actually show the compilation error so I don't know what needs to be fixed.
The text was updated successfully, but these errors were encountered: