mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 19:26:38 +00:00
Update release.yml
This commit is contained in:
parent
1c86a3a34f
commit
83b801f1c4
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@ -48,7 +48,25 @@ jobs:
|
||||
run: |
|
||||
cat platformio_override.ini
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e lolin-d32-pro_ili9341 -e az-touch-mod-esp32_ili9341_4MB -e esp32-one_st7796 -e makerfabs-tft35-cap -e yeacreate-nscreen32 -e d1-mini-esp32_ili9341 -e esp32-touchdown -e freetouchdeck_4MB -e freetouchdeck_16MB -e huzzah32-featherwing-24 -e huzzah32-featherwing-35 -e lanbon_l8 -e m5stack-core2 -e wt32-sc01_4MB -e wt32-sc01_16MB -e linux_sdl_64bits
|
||||
run: pio run -e lolin-d32-pro_ili9341
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e az-touch-mod-esp32_ili9341_4MB -e az-touch-mod-esp32_ili9341_8MB
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e makerfabs-tft35-cap
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e yeacreate-nscreen32 -e
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e d1-mini-esp32_ili9341
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e esp32-touchdown -e freetouchdeck_4MB -e freetouchdeck_8MB
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e huzzah32-featherwing-24 -e huzzah32-featherwing-35
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e lanbon_l8
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e wt32-sc01_4MB -e wt32-sc01_16MB
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e m5stack-core2
|
||||
- name: Upload output file
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user