2021-10-25 23:02:51 +01:00
|
|
|
name: Tasmota CI
|
|
|
|
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
pull_request:
|
2021-12-01 17:07:13 +00:00
|
|
|
branches: development
|
2021-10-25 23:02:51 +01:00
|
|
|
paths:
|
|
|
|
- '**.c'
|
|
|
|
- '**.cpp'
|
|
|
|
- '**.h'
|
|
|
|
- '**.hpp'
|
|
|
|
- '**.ino'
|
|
|
|
- '**.json'
|
|
|
|
- '**.properties'
|
|
|
|
- 'pio-tools/*.py'
|
2021-10-26 09:46:31 +01:00
|
|
|
- '**.ini'
|
2022-02-04 10:22:49 +00:00
|
|
|
- '.github/workflows/build_all_the_things.yml'
|
2021-10-25 23:02:51 +01:00
|
|
|
|
|
|
|
jobs:
|
2022-09-10 16:03:59 +01:00
|
|
|
os-check-win:
|
2022-09-14 20:19:34 +01:00
|
|
|
runs-on: windows-2019
|
2022-09-10 16:03:59 +01:00
|
|
|
if: github.repository == 'arendst/Tasmota'
|
|
|
|
strategy:
|
|
|
|
fail-fast: true
|
|
|
|
matrix:
|
|
|
|
variant:
|
|
|
|
- tasmota32s3
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Set up Python
|
|
|
|
uses: actions/setup-python@v3
|
|
|
|
- name: Install dependencies
|
|
|
|
run: |
|
|
|
|
#python -m pip install --upgrade pip
|
|
|
|
pip install -U platformio
|
|
|
|
#platformio upgrade --dev
|
|
|
|
#platformio update
|
|
|
|
- name: Run PlatformIO
|
|
|
|
run: platformio run -e ${{ matrix.variant }}
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
name: firmware
|
|
|
|
path: ./build_output
|
|
|
|
|
|
|
|
os-check-mac:
|
|
|
|
runs-on: macos-latest
|
|
|
|
if: github.repository == 'arendst/Tasmota'
|
|
|
|
strategy:
|
|
|
|
fail-fast: true
|
|
|
|
matrix:
|
|
|
|
variant:
|
|
|
|
- tasmota32-webcam
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Set up Python
|
|
|
|
uses: actions/setup-python@v3
|
|
|
|
- name: Install dependencies
|
|
|
|
run: |
|
|
|
|
#python -m pip install --upgrade pip
|
|
|
|
pip install -U platformio
|
|
|
|
#platformio upgrade --dev
|
|
|
|
#platformio update
|
|
|
|
- name: Run PlatformIO
|
|
|
|
run: platformio run -e ${{ matrix.variant }}
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
name: firmware
|
|
|
|
path: ./build_output
|
|
|
|
|
2021-10-25 23:02:51 +01:00
|
|
|
base-images:
|
|
|
|
runs-on: ubuntu-latest
|
2021-12-12 16:22:37 +00:00
|
|
|
if: github.repository == 'arendst/Tasmota'
|
2021-10-25 23:02:51 +01:00
|
|
|
strategy:
|
2022-09-10 16:03:59 +01:00
|
|
|
fail-fast: true
|
2021-10-25 23:02:51 +01:00
|
|
|
matrix:
|
|
|
|
variant:
|
|
|
|
- tasmota
|
2022-03-08 10:12:13 +00:00
|
|
|
- tasmota4M
|
2021-10-25 23:02:51 +01:00
|
|
|
- tasmota-display
|
|
|
|
- tasmota-ir
|
|
|
|
- tasmota-knx
|
|
|
|
- tasmota-lite
|
|
|
|
- tasmota-minimal
|
|
|
|
- tasmota-sensors
|
|
|
|
- tasmota-zbbridge
|
2022-09-10 16:03:59 +01:00
|
|
|
- tasmota32
|
|
|
|
- tasmota32c3
|
|
|
|
- tasmota32s2
|
2022-06-02 19:44:00 +01:00
|
|
|
- tasmota32-zbbrdgpro
|
2021-10-25 23:02:51 +01:00
|
|
|
- tasmota-zigbee
|
|
|
|
- tasmota32-bluetooth
|
|
|
|
- tasmota32-core2
|
2022-06-02 19:44:00 +01:00
|
|
|
- tasmota32-nspanel
|
2021-10-25 23:02:51 +01:00
|
|
|
- tasmota32-display
|
|
|
|
- tasmota32-ir
|
|
|
|
- tasmota32-lvgl
|
2022-06-07 15:37:10 +01:00
|
|
|
- tasmota32c3cdc
|
|
|
|
- tasmota32s2cdc
|
|
|
|
- tasmota32s3cdc
|
2021-10-25 23:02:51 +01:00
|
|
|
- tasmota32solo1
|
2022-05-05 10:19:39 +01:00
|
|
|
- tasmota32solo1-safeboot
|
|
|
|
- tasmota32-safeboot
|
|
|
|
- tasmota32c3-safeboot
|
2022-06-07 15:37:10 +01:00
|
|
|
- tasmota32c3cdc-safeboot
|
2022-05-05 10:19:39 +01:00
|
|
|
- tasmota32s2-safeboot
|
2022-06-07 15:37:10 +01:00
|
|
|
- tasmota32s2cdc-safeboot
|
2022-05-05 10:19:39 +01:00
|
|
|
- tasmota32s3-safeboot
|
2022-06-07 15:37:10 +01:00
|
|
|
- tasmota32s3cdc-safeboot
|
2021-10-25 23:02:51 +01:00
|
|
|
steps:
|
2022-09-10 16:03:59 +01:00
|
|
|
- uses: actions/checkout@v3
|
2021-10-25 23:02:51 +01:00
|
|
|
- name: Set up Python
|
2022-09-10 16:03:59 +01:00
|
|
|
uses: actions/setup-python@v3
|
2021-10-25 23:02:51 +01:00
|
|
|
- name: Install dependencies
|
|
|
|
run: |
|
2022-02-04 10:22:49 +00:00
|
|
|
#python -m pip install --upgrade pip
|
2021-10-25 23:02:51 +01:00
|
|
|
pip install -U platformio
|
2022-02-04 10:22:49 +00:00
|
|
|
#platformio upgrade --dev
|
|
|
|
#platformio update
|
2021-10-25 23:02:51 +01:00
|
|
|
- name: Run PlatformIO
|
|
|
|
run: platformio run -e ${{ matrix.variant }}
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
name: firmware
|
|
|
|
path: ./build_output
|
|
|
|
|
|
|
|
language-images:
|
|
|
|
runs-on: ubuntu-latest
|
2021-12-12 16:22:37 +00:00
|
|
|
if: github.repository == 'arendst/Tasmota'
|
2021-10-25 23:02:51 +01:00
|
|
|
strategy:
|
2022-09-10 16:03:59 +01:00
|
|
|
fail-fast: true
|
2021-10-25 23:02:51 +01:00
|
|
|
matrix:
|
2021-11-26 11:12:58 +00:00
|
|
|
variant: [ tasmota ]
|
2022-08-07 10:33:32 +01:00
|
|
|
language: [ AD, AF, BG, BR, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ]
|
2021-10-25 23:02:51 +01:00
|
|
|
steps:
|
2022-09-10 16:03:59 +01:00
|
|
|
- uses: actions/checkout@v3
|
2021-10-25 23:02:51 +01:00
|
|
|
- name: Set up Python
|
2022-09-10 16:03:59 +01:00
|
|
|
uses: actions/setup-python@v3
|
2021-10-25 23:02:51 +01:00
|
|
|
- name: Install dependencies
|
|
|
|
run: |
|
2022-02-04 10:22:49 +00:00
|
|
|
#python -m pip install --upgrade pip
|
2021-10-25 23:02:51 +01:00
|
|
|
pip install -U platformio
|
2022-02-04 10:22:49 +00:00
|
|
|
#platformio upgrade --dev
|
|
|
|
#platformio update
|
2021-10-25 23:02:51 +01:00
|
|
|
- name: Run PlatformIO
|
|
|
|
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
name: firmware
|
|
|
|
path: ./build_output
|