mirror of
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
synced 2025-12-14 05:46:50 +01:00
14 lines
192 B
YAML
14 lines
192 B
YAML
image: python:3.12.10
|
|
|
|
stages:
|
|
- build
|
|
|
|
before_script:
|
|
- "pip install -U platformio"
|
|
|
|
examples:
|
|
stage: build
|
|
image: python:3.12.10
|
|
script:
|
|
- pio run --target clean
|
|
- pio run |