mlorenzati / pico-rgb2hdmi

A microprocessed RGB to HDMI Converter with USB capture
MIT License
80 stars 12 forks source link

Build binaries using CI pipeline #32

Closed charlysan closed 1 year ago

charlysan commented 1 year ago

I've created a Github Action pipeline that can build the firmware for pico using a Docker container, and then upload the binaries as an asset within a release:

image image

The pipeline gets triggered only when a new tag is created, and the assets will be uploaded to that release.

If you like this approach, I can push a Pull Request from my fork.

mlorenzati commented 1 year ago

Of course @charlysan that's an excellent collaboration, share the PR and I will review it