Skip to content

Add CI build workflow and community files #1

Add CI build workflow and community files

Add CI build workflow and community files #1

Workflow file for this run

# Build the firmware on every push and PR so main always compiles.
name: build
on:
push:
branches: [main]
tags: ['v*']
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with ESP-IDF
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.5.4
target: esp32c3
- name: Upload firmware artifact
uses: actions/upload-artifact@v4
with:
name: crowmotion-firmware
path: build/crowmotion.bin