Skip to content

FastLED 3.7.0 release, with new ESP-IDF support, new device support, … #453

FastLED 3.7.0 release, with new ESP-IDF support, new device support, …

FastLED 3.7.0 release, with new ESP-IDF support, new device support, … #453

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
name: build
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: install python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install platformio build dependencies
run: |
pip install -r ci/requirements.txt
- name: Build FastLED examples
run: python ./ci/ci-compile.py