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 :)
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 :)