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

sry #108

Closed
Closed

Conversation

invisiblepancake
Copy link

This pull request introduces a new continuous integration (CI) workflow for C/C++ projects. The workflow is triggered by pushes and pull requests to the release-v3 branch and includes steps for building and testing the project.

Key changes include:

  • .github/workflows/c-cpp.yml: Added a new CI workflow named "C/C++ CI" that runs on ubuntu-latest, checks out the code, configures the project, runs make, make check, and make distcheck to ensure the build and tests pass.

Copy link
Author

@invisiblepancake invisiblepancake left a comment

Choose a reason for hiding this comment

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

workflow

@invisiblepancake invisiblepancake marked this pull request as draft December 11, 2024 02:55
@invisiblepancake invisiblepancake changed the title Create c-cpp.yml sry Dec 11, 2024
@evanramos-nvidia
Copy link
Collaborator

Thanks for the suggestion. We don't use an autotools paradigm that these commands would test though, and we have our own CI testing functionality in development (see #99).

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