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

Consider using GitHub actions for binary artifacts and releases #1

Open
falkTX opened this issue Oct 17, 2023 · 1 comment
Open

Consider using GitHub actions for binary artifacts and releases #1

falkTX opened this issue Oct 17, 2023 · 1 comment

Comments

@falkTX
Copy link

falkTX commented Oct 17, 2023

With the help of the https://github.com/DISTRHO/dpf-cmake-action GH action, you can have automatic builds and binary uploads for releases.
What's more, there is a pluginval action that checks for memory leaks and runtime issues automatically on every push too, handy to catch random weird things.

An example of such setup is here: https://github.com/DISTRHO/elements-template-plugin/blob/main/.github/workflows/build.yml
Which generates these actions: https://github.com/DISTRHO/elements-template-plugin/actions
(note how each build has "artifacts" ready to download and use)

@AnClark
Copy link
Owner

AnClark commented Oct 22, 2023

Thanks for using Minaton-XT and give this precious suggestion! This can save a lot of time to test build processes on different platforms.

BTW, I suggest updating DPF's README and documents to inform users about this feature.

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