Files
sprocket-plugin-web/.gitlab-ci.yml

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