Stop build on custom_target
errors
#14688
Unanswered
voidtrance
asked this question in
Q&A
Replies: 2 comments 5 replies
-
How far does it go past that? Ninja will stop scheduling new jobs when something fails, but it doesn't stop currently running jobs. |
Beta Was this translation helpful? Give feedback.
4 replies
-
When you say the build doesn't error out, you mean ninja completes and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
custom_target()
defined as part of my build. What I've noticed is that the build does not error out if the script executed by thecustom_target()
exits with a non-zero exit status.Does
custom_target()
ignore the command exit status or am I doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions