mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9468 from Jason2866/patch-1
Build firmware artifacts for PRs
This commit is contained in:
commit
94131e9e48
|
@ -18,6 +18,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota
|
run: platformio run -e tasmota
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-minimal:
|
tasmota-minimal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -33,6 +37,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-minimal
|
run: platformio run -e tasmota-minimal
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-lite:
|
tasmota-lite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -48,6 +56,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-lite
|
run: platformio run -e tasmota-lite
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-knx:
|
tasmota-knx:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -63,6 +75,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-knx
|
run: platformio run -e tasmota-knx
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-sensors:
|
tasmota-sensors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -78,7 +94,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-sensors
|
run: platformio run -e tasmota-sensors
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-display:
|
tasmota-display:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -94,6 +113,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-display
|
run: platformio run -e tasmota-display
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-ir:
|
tasmota-ir:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -109,6 +132,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-ir
|
run: platformio run -e tasmota-ir
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-zbbridge:
|
tasmota-zbbridge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -124,6 +151,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-zbbridge
|
run: platformio run -e tasmota-zbbridge
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-BG:
|
tasmota-BG:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -139,6 +170,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-BG
|
run: platformio run -e tasmota-BG
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-BR:
|
tasmota-BR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -154,6 +189,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-BR
|
run: platformio run -e tasmota-BR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-CN:
|
tasmota-CN:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -169,6 +208,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-CN
|
run: platformio run -e tasmota-CN
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-CZ:
|
tasmota-CZ:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -184,6 +227,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-CZ
|
run: platformio run -e tasmota-CZ
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-DE:
|
tasmota-DE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -199,6 +246,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-DE
|
run: platformio run -e tasmota-DE
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-ES:
|
tasmota-ES:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -214,7 +265,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-ES
|
run: platformio run -e tasmota-ES
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-FR:
|
tasmota-FR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -230,6 +284,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-FR
|
run: platformio run -e tasmota-FR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-GR:
|
tasmota-GR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -245,6 +303,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-GR
|
run: platformio run -e tasmota-GR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-HE:
|
tasmota-HE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -260,6 +322,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-HE
|
run: platformio run -e tasmota-HE
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-HU:
|
tasmota-HU:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -275,6 +341,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-HU
|
run: platformio run -e tasmota-HU
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-IT:
|
tasmota-IT:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -290,6 +360,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-IT
|
run: platformio run -e tasmota-IT
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-KO:
|
tasmota-KO:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -305,6 +379,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-KO
|
run: platformio run -e tasmota-KO
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-NL:
|
tasmota-NL:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -320,6 +398,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-NL
|
run: platformio run -e tasmota-NL
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-PL:
|
tasmota-PL:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -335,6 +417,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-PL
|
run: platformio run -e tasmota-PL
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-PT:
|
tasmota-PT:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -350,6 +436,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-PT
|
run: platformio run -e tasmota-PT
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-RO:
|
tasmota-RO:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -365,6 +455,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-RO
|
run: platformio run -e tasmota-RO
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-RU:
|
tasmota-RU:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -380,6 +474,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-RU
|
run: platformio run -e tasmota-RU
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-SE:
|
tasmota-SE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -395,6 +493,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-SE
|
run: platformio run -e tasmota-SE
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-SK:
|
tasmota-SK:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -410,6 +512,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-SK
|
run: platformio run -e tasmota-SK
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-TR:
|
tasmota-TR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -425,6 +531,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-TR
|
run: platformio run -e tasmota-TR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-TW:
|
tasmota-TW:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -440,6 +550,10 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-TW
|
run: platformio run -e tasmota-TW
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-UK:
|
tasmota-UK:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -455,3 +569,7 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-UK
|
run: platformio run -e tasmota-UK
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
|
@ -19,6 +19,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32
|
platformio run -e tasmota32
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-webcam:
|
tasmota32-webcam:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -35,6 +39,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-webcam
|
platformio run -e tasmota32-webcam
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-minimal:
|
tasmota32-minimal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -51,6 +59,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-minimal
|
platformio run -e tasmota32-minimal
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-lite:
|
tasmota32-lite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -66,6 +79,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-lite
|
platformio run -e tasmota32-lite
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-knx:
|
tasmota32-knx:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -81,6 +99,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-knx
|
platformio run -e tasmota32-knx
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-sensors:
|
tasmota32-sensors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -97,6 +119,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-sensors
|
platformio run -e tasmota32-sensors
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-display:
|
tasmota32-display:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -112,6 +139,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-display
|
platformio run -e tasmota32-display
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-ir:
|
tasmota32-ir:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -127,6 +159,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-ir
|
platformio run -e tasmota32-ir
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-BG:
|
tasmota32-BG:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -142,6 +179,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-BG
|
platformio run -e tasmota32-BG
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-BR:
|
tasmota32-BR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -158,6 +199,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-BR
|
platformio run -e tasmota32-BR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-CN:
|
tasmota32-CN:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -173,6 +219,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-CN
|
platformio run -e tasmota32-CN
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-CZ:
|
tasmota32-CZ:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -188,6 +239,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-CZ
|
platformio run -e tasmota32-CZ
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-DE:
|
tasmota32-DE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -203,6 +259,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-DE
|
platformio run -e tasmota32-DE
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-ES:
|
tasmota32-ES:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -219,6 +279,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-ES
|
platformio run -e tasmota32-ES
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-FR:
|
tasmota32-FR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -234,6 +299,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-FR
|
platformio run -e tasmota32-FR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-GR:
|
tasmota32-GR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -249,6 +319,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-GR
|
platformio run -e tasmota32-GR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-HE:
|
tasmota32-HE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -264,6 +339,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-HE
|
platformio run -e tasmota32-HE
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-HU:
|
tasmota32-HU:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -280,6 +359,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-HU
|
platformio run -e tasmota32-HU
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-IT:
|
tasmota32-IT:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -295,6 +379,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-IT
|
platformio run -e tasmota32-IT
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-KO:
|
tasmota32-KO:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -310,6 +399,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-KO
|
platformio run -e tasmota32-KO
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-NL:
|
tasmota32-NL:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -325,6 +419,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-NL
|
platformio run -e tasmota32-NL
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-PL:
|
tasmota32-PL:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -341,6 +439,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-PL
|
platformio run -e tasmota32-PL
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-PT:
|
tasmota32-PT:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -356,6 +459,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-PT
|
platformio run -e tasmota32-PT
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-RO:
|
tasmota32-RO:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -371,6 +479,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-RO
|
platformio run -e tasmota32-RO
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-RU:
|
tasmota32-RU:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -386,6 +499,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-RU
|
platformio run -e tasmota32-RU
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-SE:
|
tasmota32-SE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -402,6 +519,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-SE
|
platformio run -e tasmota32-SE
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-SK:
|
tasmota32-SK:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -417,6 +539,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-SK
|
platformio run -e tasmota32-SK
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-TR:
|
tasmota32-TR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -432,6 +559,11 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-TR
|
platformio run -e tasmota32-TR
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-TW:
|
tasmota32-TW:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -447,6 +579,10 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-TW
|
platformio run -e tasmota32-TW
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-UK:
|
tasmota32-UK:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -463,3 +599,7 @@ jobs:
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
platformio run -e tasmota32-UK
|
platformio run -e tasmota32-UK
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
Loading…
Reference in New Issue