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

Github actions: Add clang-tidy run to CI #2226

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

joto
Copy link
Collaborator

@joto joto commented Aug 15, 2024

Currently CI will not fail if there are warnings from clang-tidy. This is, for the time being, only a way to easily see the messages.

Clang-tidy has its own workflow, so it doesn't interfere with the rest. But because it also needs cmake to run, the cmake run has been taken out of the 'build-and-test' action and put into its own.

This commit also disables some clang-tidy warnings we get from newer versions of clang-tidy.

Currently CI will not fail if there are warnings from clang-tidy. This
is, for the time being, only a way to easily see the messages.

Clang-tidy has its own workflow, so it doesn't interfere with the rest.
But because it also needs cmake to run, the cmake run has been taken
out of the 'build-and-test' action and put into its own.

This commit also disables some clang-tidy warnings we get from newer
versions of clang-tidy.
@lonvia lonvia merged commit 27dfa82 into osm2pgsql-dev:master Aug 15, 2024
27 checks passed
@joto joto deleted the ci-clang-tidy branch August 15, 2024 12:57
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