.github/workflows: Added some rainmaker and matter examples to launchpad workflow

This commit is contained in:
shripad621git
2025-07-17 12:14:17 +05:30
parent 00100b066f
commit e2113369ba
+8
View File
@@ -53,6 +53,12 @@ jobs:
- {example: light, target: esp32c6, prefix: thread_matter, sdkconfig: sdkconfig.defaults.c6_thread} - {example: light, target: esp32c6, prefix: thread_matter, sdkconfig: sdkconfig.defaults.c6_thread}
- {example: light, target: esp32h2, prefix: thread_matter} - {example: light, target: esp32h2, prefix: thread_matter}
- {example: light_switch, target: esp32c3, prefix: wifi_matter} - {example: light_switch, target: esp32c3, prefix: wifi_matter}
- {example: generic_switch, target: esp32c3, prefix: wifi_matter}
- {example: icd_app, target: esp32c6, prefix: thread_matter}
- {example: icd_app, target: esp32h2, prefix: thread_matter}
- {example: door_lock, target: esp32c2, prefix: wifi_matter}
- {example: door_lock, target: esp32h2, prefix: thread_matter}
steps: steps:
- run: mkdir -p images - run: mkdir -p images
@@ -102,6 +108,8 @@ jobs:
matrix: matrix:
targets: targets:
- {example: matter_light, target: esp32c3, prefix: wifi_rainmaker} - {example: matter_light, target: esp32c3, prefix: wifi_rainmaker}
- {example: matter_light, target: esp32h2, prefix: thread_rainmaker}
- {example: matter_light, target: esp32c2, prefix: wifi_rainmaker}
steps: steps:
- run: mkdir -p images - run: mkdir -p images