Skip to content
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

ci: Don't stop on first build error for pipelines using Ninja and Makefiles #3595

Merged

Conversation

ManManson
Copy link
Member

@ManManson ManManson commented Jan 11, 2024

This patch adds -k for Makefile-based and -k0 for Ninja-based CI pipelines, so that the build does not stop on the first build error.

The change allows one to spot as many errors as possible in a single CI run.

…efiles

This patch adds `-k` for Makefile-based and `-k0`
for Ninja-based CI pipelines, so that the build
does not stop on the first build error.

The change allows one to spot as many errors as
possible in a single CI run.

Signed-off-by: Pavel Solodovnikov <[email protected]>
@past-due past-due merged commit 63b5c22 into Warzone2100:master Jan 13, 2024
35 checks passed
@ManManson ManManson deleted the ci_dont_stop_on_errors_ninja_and_make branch January 13, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants