espressif / esp-bsp

Board support components for Espressif development boards
Other
141 stars 76 forks source link

fix(ci): Extend noglib script to all BSPs #298

Closed tore-espressif closed 2 months ago

tore-espressif commented 2 months ago

Change description

Extend noglib python script so it

If you want to add a new noglib BSP, only 2 changes are needed:

  1. Add the BSP to this space separated list (eventually, this will include all BSPs) https://github.com/espressif/esp-bsp/blob/c1fd14695e295ce121a734345703dc0ec93e5d42/.github/workflows/upload_component_noglib.yml#L19
  2. Add the noglib BSP to upload job https://github.com/espressif/esp-bsp/blob/c1fd14695e295ce121a734345703dc0ec93e5d42/.github/workflows/upload_component_noglib.yml#L25