Closed stain closed 2 years ago
For now I've migrated from travis-ci.org to travis-ci.com: https://www.travis-ci.com/github/stain/jena-docker/ as the .org one is shutting down this month.
I've just been notified that Docker will disable Autobuild in a week, so this will become quite urgent. Can still apply for extension as an open source.
Perhaps if we change to using GitHub Actions for test & build instead of the current "old skool" of Travis and Docker Hub, it might then be easier for other contributors to manage those?
For inspiration (if perhaps a bit complex) see how we did it in https://github.com/bioexcel/gromacs-docker/blob/dev/.github/workflows/main.yml
We could do something similar and build both
jena
andjena-fuseki
containers in one go, or it could be two separate actions as they don't depend on each other.