Skip to content

Build packages for distribution #49

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

Open
sillydan1 opened this issue May 1, 2023 · 1 comment
Open

Build packages for distribution #49

sillydan1 opened this issue May 1, 2023 · 1 comment
Labels
enhancement 💡 New feature or request help wanted 🙏 Some assistance is required

Comments

@sillydan1
Copy link
Owner

Currently, we are only shipping source releases. For better reach, we should provide package releases for debian/ubuntu, arch, (possibly) alpine, homebrew, and whatever windows uses. The package is technically available through CPM, but that is only relevant for other C++ developers and not for people who just want to use the tool suite.

This would preferably be done through a (series of) CI pipelines, with maybe a manual package-push step?

As an MVP implementation, we should just target one of the proposed distributions as a proof of concept and then introduce more and more distributions one by one.

@sillydan1 sillydan1 added enhancement 💡 New feature or request help wanted 🙏 Some assistance is required labels May 1, 2023
@sillydan1
Copy link
Owner Author

Take a look at cpack - at least for deb and source releases it's pretty good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request help wanted 🙏 Some assistance is required
Projects
None yet
Development

No branches or pull requests

1 participant