Skip to content

Merge pull request #21 from rzeldent/dependabot/github_actions/action… #13

Merge pull request #21 from rzeldent/dependabot/github_actions/action…

Merge pull request #21 from rzeldent/dependabot/github_actions/action… #13

Workflow file for this run

name: Platform IO CI
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: '3.x'
architecture: 'x64'
- name: Install PlatformIO
run: python -m pip install platformio
- name: Build firmware
run: platformio run
- name: Archive
uses: actions/upload-artifact@v6
with:
name: firmware.bin
path: .pio/build/*/firmware.bin