Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI/CD workflows? #1

Open
jamaa opened this issue Jan 25, 2024 · 0 comments
Open

Add CI/CD workflows? #1

jamaa opened this issue Jan 25, 2024 · 0 comments
Labels

Comments

@jamaa
Copy link
Member

jamaa commented Jan 25, 2024

Using GitHub actions1,2, we could automatically test, build and deploy documentation and publish new releases.

Tests

If we have tests, we could run those on each push. Not sure what kind of tests would make sense for this plugin though. Maybe the following can serve for inspiration:

Docs

Documentation could be built using Sphinx and hosted either on ReadTheDocs or Github pages.

Releases

Python package for publishing QGIS plugins: https://github.com/opengisch/qgis-plugin-ci

Example usage in a Github action:
https://github.com/opengisch/qgis-actions-for-relations/blob/master/.github/workflows/release.yml

@jamaa jamaa added the CI/CD label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant