Build Tasmota32 artifacts on PR

This commit is contained in:
Jason2866 2020-10-05 12:03:39 +02:00 committed by GitHub
parent 08cf425e15
commit de7ce53fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 140 additions and 0 deletions

View File

@ -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