From cb0f0299003f34650bf594161a15d6b8e61db8be Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Sat, 12 Aug 2023 21:11:33 +0200 Subject: [PATCH] Update build-test.yml don't build all small variations. Just the minor platforms, the rest will work. --- .github/workflows/build-test.yml | 60 ++++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 70b4e484..79be7ee9 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -32,11 +32,11 @@ jobs: pio run --environment OpenEPaperLink_Mini_AP pio run --target buildfs --environment OpenEPaperLink_Mini_AP - - name: Build OpenEPaperLink_Nano_AP - run: | - cd ESP32_AP-Flasher - pio run --environment OpenEPaperLink_Nano_AP - pio run --target buildfs --environment OpenEPaperLink_Nano_AP +# - name: Build OpenEPaperLink_Nano_AP +# run: | +# cd ESP32_AP-Flasher +# pio run --environment OpenEPaperLink_Nano_AP +# pio run --target buildfs --environment OpenEPaperLink_Nano_AP - name: Build OpenEPaperLink_AP_and_Flasher run: | @@ -44,17 +44,17 @@ jobs: pio run --environment OpenEPaperLink_AP_and_Flasher pio run --target buildfs --environment OpenEPaperLink_AP_and_Flasher - - name: Build Wemos_d1_mini32_AP - run: | - cd ESP32_AP-Flasher - pio run --environment Wemos_d1_mini32_AP - pio run --target buildfs --environment Wemos_d1_mini32_AP +# - name: Build Wemos_d1_mini32_AP +# run: | +# cd ESP32_AP-Flasher +# pio run --environment Wemos_d1_mini32_AP +# pio run --target buildfs --environment Wemos_d1_mini32_AP - - name: Build M5Stack_Core_ONE_AP - run: | - cd ESP32_AP-Flasher - pio run --environment M5Stack_Core_ONE_AP - pio run --target buildfs --environment M5Stack_Core_ONE_AP +# - name: Build M5Stack_Core_ONE_AP +# run: | +# 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: | @@ -62,20 +62,20 @@ jobs: 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 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: 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 +# - name: OutdoorAP +# run: | +# cd ESP32_AP-Flasher +# pio run --environment OutdoorAP +# pio run --target buildfs --environment OutdoorAP