Skip to content

Commit

Permalink
Build firmware zbbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jul 22, 2020
1 parent ced34fa commit da09901
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/Tasmota_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,28 @@ jobs:
path: ./build_output/firmware


tasmota-zbbridge:
needs: tasmota_pull
runs-on: ubuntu-latest
continue-on-error: true
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
- uses: actions/upload-artifact@v2
with:
name: firmware
path: ./build_output/firmware

tasmota-BG:
needs: tasmota_pull
runs-on: ubuntu-latest
Expand Down

0 comments on commit da09901

Please sign in to comment.