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

add clang/clang-tidy Github-Actions workflow #5908

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Jun 14, 2024

  • add action to compile with Clang and run clang-tidy
  • This action takes close to 2hr to complete, so disable for PRs for now

@tjhei
Copy link
Member Author

tjhei commented Jun 14, 2024

Copy link
Member

@gassmoeller gassmoeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable.

@@ -453,7 +453,7 @@ namespace aspect

// ...then continue with writing our own data.
background_thread
= std::thread([ my_filename = std::move(filename),
= std::thread([ my_filename = filename, // filename is const, so we can not move from it
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you'll have to rebase after #5907 is merged.

@tjhei tjhei force-pushed the clang-tidy-workflow branch from 1254d24 to c22406e Compare June 14, 2024 20:13
@gassmoeller gassmoeller merged commit 6a66836 into geodynamics:main Jun 15, 2024
8 checks passed
@tjhei tjhei deleted the clang-tidy-workflow branch June 16, 2024 18:45
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