mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
zbbridge
This commit is contained in:
parent
785289234f
commit
ced34fa858
15
.github/workflows/CI_github.yml
vendored
15
.github/workflows/CI_github.yml
vendored
@ -110,6 +110,21 @@ jobs:
|
|||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e tasmota-ir
|
run: platformio run -e tasmota-ir
|
||||||
|
|
||||||
|
tasmota-zbbridge:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
- 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 tasmota-zbbridge
|
||||||
|
|
||||||
tasmota-BG:
|
tasmota-BG:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user