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 GH Actions workflow for testing C/C++ examples #121

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nightlark
Copy link
Member

Converted the existing Azure Pipelines workflow to run on GitHub Actions.

@nightlark nightlark force-pushed the c-cpp-example-ci-gha branch from 35b59c3 to eefb60e Compare January 9, 2025 21:48
@nightlark nightlark force-pushed the c-cpp-example-ci-gha branch from eefb60e to 606c292 Compare January 9, 2025 22:11
@trevorhardy
Copy link
Contributor

@nightlark, I see you've marked this as "draft"; what is the next step in getting these converted over to GitHub Actions?

@nightlark
Copy link
Member Author

The CMake configuration errors need to be resolved to the point where it isn't failing due to issues finding tools that need installing on the VM. Right now a copy of Ninja looks like it needs to get installed on some platforms.

@trevorhardy
Copy link
Contributor

The CMake configuration errors need to be resolved to the point where it isn't failing due to issues finding tools that need installing on the VM. Right now a copy of Ninja looks like it needs to get installed on some platforms.

This is outside my skill set; is this something you can tackle?

@nightlark
Copy link
Member Author

I think it's at that point now. It found all the build tools needed, and is now failing because the examples are asking for HELICS v2.

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