Skip to content

Commit

Permalink
Update and rename esp32-build-test.yml to build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasniesner committed Aug 9, 2023
1 parent 7ac5757 commit 89346b5
Showing 1 changed file with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ESP32 firmware builf test
name: firmware builf test

on: [push,pull_request]

Expand Down Expand Up @@ -55,3 +55,27 @@ jobs:
cd ESP32_AP-Flasher
pio run --environment M5Stack_Core_ONE_AP
pio run --target buildfs --environment M5Stack_Core_ONE_AP
- name: Build ESP32_S3_16_8_YELLOW_AP]
run: |
cd ESP32_AP-Flasher
pio run --environment ESP32_S3_16_8_YELLOW_AP
pio run --target buildfs --environment ESP32_S3_16_8_YELLOW_AP
- name: Build Sonoff_zb_bridge_P_AP
run: |
cd ESP32_AP-Flasher
pio run --environment Sonoff_zb_bridge_P_AP
pio run --target buildfs --environment Sonoff_zb_bridge_P_AP
- name: Build OpenEPaperLink_CC1352P
run: |
cd ESP32_AP-Flasher
pio run --environment OpenEPaperLink_CC1352P
pio run --target buildfs --environment OpenEPaperLink_CC1352P
- name: OutdoorAP
run: |
cd ESP32_AP-Flasher
pio run --environment OutdoorAP
pio run --target buildfs --environment OutdoorAP

0 comments on commit 89346b5

Please sign in to comment.