mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
add C2 / C6 to devel build
This commit is contained in:
parent
74aa056650
commit
4029b57bb2
8
.github/workflows/Tasmota_build_devel.yml
vendored
8
.github/workflows/Tasmota_build_devel.yml
vendored
@ -176,6 +176,8 @@ jobs:
|
|||||||
- tasmota32s3
|
- tasmota32s3
|
||||||
- tasmota32s3cdc
|
- tasmota32s3cdc
|
||||||
- tasmota32solo1
|
- tasmota32solo1
|
||||||
|
- tasmota32c2-arduino30
|
||||||
|
- tasmota32c6-arduino30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -188,6 +190,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio
|
pip install -U platformio
|
||||||
|
cp ./platformio_tasmota_core3_env_sample.ini ./platformio_tasmota_core3_env.ini
|
||||||
|
cp ./platformio_override_sample.ini ./platformio_override.ini
|
||||||
|
- name: Run PlatformIO
|
||||||
- name: Download safeboot firmwares
|
- name: Download safeboot firmwares
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -225,6 +230,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio
|
pip install -U platformio
|
||||||
|
cp ./platformio_tasmota_core3_env_sample.ini ./platformio_tasmota_core3_env.ini
|
||||||
|
cp ./platformio_override_sample.ini ./platformio_override.ini
|
||||||
|
- name: Run PlatformIO
|
||||||
- name: Download safeboot firmwares
|
- name: Download safeboot firmwares
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user