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

Build Debian and Ubuntu deb packages on release #466

Open
Firefishy opened this issue Sep 2, 2024 · 2 comments
Open

Build Debian and Ubuntu deb packages on release #466

Firefishy opened this issue Sep 2, 2024 · 2 comments

Comments

@Firefishy
Copy link
Member

It would be great if when tagging a new releases new deb packages were build.

We've just added this for openstreetmap-cgimap. zerebubuth/openstreetmap-cgimap#449 and https://github.com/zerebubuth/openstreetmap-cgimap/blob/master/.github/workflows/build.yml Also in PR for osmdbt.

I am happy to create a PR if desired?

@hummeltech
Copy link
Collaborator

hummeltech commented Sep 2, 2024

Hello @Firefishy, I think that's a great idea. Packaging already occurs on every commit for CMake builds, these are basic, but can be used for testing.

E.g.:

- name: Package `mod_tile`
uses: ./.github/actions/cmake/package
if: matrix.build_system == 'CMake'

More robust packaging can also be achieved using CPack, but that wasn't the goal I had of creating packages for testing purposes. Let me know if you have any suggestions. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants