dasdgw / yoradio

Web-radio based on ESP32-audioI2S library
GNU General Public License v3.0
1 stars 1 forks source link

build firmware with ci #12

Closed frankalicious closed 1 day ago

frankalicious commented 2 days ago

Using yaml file from here https://docs.platformio.org/en/latest/integration/ci/github-actions.html#using-cmd-run-command

Change actions/checkout to v4, actions/cache to v4 and actions/setup-python to v5. Add working-directory because platformio.ini is in a subfolder.

dasdgw commented 1 day ago

looks good. May be we should try changing the trigger from push to pull_request.

frankalicious commented 1 day ago

looks good. May be we should try changing the trigger from push to pull_request.

Or both?