mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 06:06:23 +01:00
Update and rename esp32-build-test.yml to build-test.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: ESP32 firmware builf test
|
name: firmware builf test
|
||||||
|
|
||||||
on: [push,pull_request]
|
on: [push,pull_request]
|
||||||
|
|
||||||
@@ -55,3 +55,27 @@ jobs:
|
|||||||
cd ESP32_AP-Flasher
|
cd ESP32_AP-Flasher
|
||||||
pio run --environment M5Stack_Core_ONE_AP
|
pio run --environment M5Stack_Core_ONE_AP
|
||||||
pio run --target buildfs --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
|
||||||
Reference in New Issue
Block a user