popgenmethods / smcpp

SMC++ infers population history from whole-genome sequence data.
GNU General Public License v3.0
149 stars 32 forks source link

Add CI based on Github Actions #227

Closed martin-g closed 1 year ago

martin-g commented 1 year ago

This PR adds continuous integration (CI) based on GitHub Actions for Linux x86_64 and aarch64.

At the moment Github Actions does not provide native ARM64/aarch64 builder nodes and this is the reason to use uraimo/run-on-arch-action action that is based on QEMU.

martin-g commented 1 year ago

Any feedback on the PR ?

terhorst commented 1 year ago

Hi @martin-g, thanks for another PR. I have not had a chance to really try this out, but I'll go ahead and merge since the worst that can happen are workflow fails. If you notice anything amiss please let me know, and I will monitor it too.