madskjeldgaard / portedplugins

A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere
GNU General Public License v3.0
180 stars 13 forks source link

[Feature request] Prebuilt Raspberry Pi plugins #16

Open madskjeldgaard opened 3 years ago

madskjeldgaard commented 3 years ago

I'd like to offer prebuilt raspberry pi compatible plugins as part of each release using the Github Actions runners targeting the Raspberry Pi 3 and 4(00) platforms especially and the equivalent non-RaspberryPi-branded single board computers out there.

The Github Actions runners are configured here and are run each time a new version tag is pushed to Github, which triggers them to build and release a new version of the plugin suite: https://github.com/madskjeldgaard/mkplugins/blob/main/.github/workflows/cmake.yml

The workflow is explained further here: https://madskjeldgaard.dk/posts/how-to-gh-action/

If anyone has any ideas on how to do this, let me know!