mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
test
This commit is contained in:
parent
55d59f4195
commit
6bcf8f3796
23
.github/workflows/build_esp32.yaml
vendored
23
.github/workflows/build_esp32.yaml
vendored
@ -15,22 +15,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
environments:
|
environment:
|
||||||
# - d1-mini-esp8266_ili9341
|
# - d1-mini-esp8266_ili9341
|
||||||
- arduitouch-esp32_ili9341
|
- arduitouch-esp32_ili9341:
|
||||||
- d1-mini-esp32_ili9341
|
- env: arduitouch-esp32_ili9341
|
||||||
- esp32-one_st7796
|
- out: arduitouch-esp32_ili9341
|
||||||
- esp32-touchdown
|
|
||||||
- freetouchdeck
|
|
||||||
- huzzah32-featherwing-24
|
|
||||||
- huzzah32-featherwing-35
|
|
||||||
- lanbon_l8
|
|
||||||
- lolin-d32-pro_ili9341
|
|
||||||
- m5stack-core2
|
|
||||||
- makerfabs-tft35-cap
|
|
||||||
- ttgo-t7-v1.5_ili9341
|
|
||||||
- wt32-sc01
|
|
||||||
- yeacreate-nscreen32
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -72,11 +61,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cat platformio_override.ini
|
cat platformio_override.ini
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: pio run -e ${{ matrix.environments }}
|
run: pio run -e ${{ matrix.environment.env }}
|
||||||
- name: Upload output file
|
- name: Upload output file
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.environments }}
|
name: ${{ matrix.environment.out }}
|
||||||
path: build_output/firmware/*.bin
|
path: build_output/firmware/*.bin
|
||||||
#- name: Create release and upload firmware
|
#- name: Create release and upload firmware
|
||||||
# run: |
|
# run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user