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

Speed up clang-tidy on CI #64

Open
romangg opened this issue May 22, 2020 · 0 comments
Open

Speed up clang-tidy on CI #64

romangg opened this issue May 22, 2020 · 0 comments
Labels

Comments

@romangg
Copy link
Member

romangg commented May 22, 2020

Problem

The clang-tidy checks are great but they take quite some time. Let's inspect if we can reduce the duration.

Solution ideas

  • Run clang-tidy on merge-requests only on changed files, see this article.
  • Run clang-tidy in CMake, see this article. But this won't necessarily result in a speed-up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant