Skip to content

first commit

first commit #2

Workflow file for this run

name: Blecker build (PlatformIO CI)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio run
- name: Create artifact
uses: actions/upload-artifact@v2
with:
name: blecker-update-package
path: .pio/build/esp32dev/blecker*.bin