AnnabelPerry / Polly

GNU General Public License v3.0
0 stars 0 forks source link

Add GitHub Actions for Continuous Integration #5

Open eddelbuettel opened 3 years ago

eddelbuettel commented 3 years ago

If that is of interest to you, I could add a really simple .github/workflows/ci.yaml file. I have a setup that is really simple, uses mostly standard Ubuntu or Debian and could thus install the HTS library.

That way after each commit you'd still know if it builds. This will not help in your fights with your local supercomputer(s) but most of us find that it helps otherwise :)

AnnabelPerry commented 3 years ago

That could be helpful! Thank you!

eddelbuettel commented 3 years ago

Will do, makes a for quick break. I think that if one adds it turns on automagically, but that may only after you merge. Give me a few minutes...