HELICS-Examples icon indicating copy to clipboard operation
HELICS-Examples copied to clipboard

Add GH Actions workflow for testing C/C++ examples

Open nightlark opened this issue 1 year ago • 4 comments

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

nightlark avatar Jan 09 '25 21:01 nightlark

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

trevorhardy avatar Jan 14 '25 18:01 trevorhardy

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.

nightlark avatar Jan 14 '25 19:01 nightlark

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?

trevorhardy avatar Jan 14 '25 22:01 trevorhardy

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.

nightlark avatar Jan 14 '25 23:01 nightlark