grasph/wrapit

Add CI to run the unit tests

grasph opened this issue · 5 comments

This issue is opened to follow the project of a code validation using GitHub actions.

Code validation is currently done by hand before pushing the code to Github, using the test/runtest.jl script. The project aims to have it run automatically.

The CI will need to compile the code and run the runtest.jl script, which uses the unit tests and the examples for the validation.

Validation should be run with Linux and Mac OS on x64 architecture.

Example that can be useful as a reference: https://github.com/JuliaInterop/libcxxwrap-julia

New BinaryBuilder recipe: JuliaPackaging/Yggdrasil#7798
Package to instantiate build from BinaryBuiler: https://github.com/grasph/wrapit.jl

Thanks @grasph - I can work on it.I think you need to invite me as a developer to the project in order to be able to assign the issue to me.

is this issue still open?

Yes, it is. I don't know if @graeme-a-stewart has started working on it.

No, sorry - I have unfortunately been very busy with other things recently. But it is still on my TODO list.

Done with commit 4e5dc.