mirror of
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
synced 2025-12-14 21:52:21 +01:00
14 lines
202 B
YAML
14 lines
202 B
YAML
image: python:2.7-stretch
|
|
|
|
stages:
|
|
- build
|
|
|
|
before_script:
|
|
- "pip install -U platformio"
|
|
|
|
examples:
|
|
stage: build
|
|
image: python:2.7-stretch
|
|
script:
|
|
- pio run -t clean
|
|
- pio run -e basic |