Files
sprocket-core/.gitlab-ci.yml
2025-08-14 19:48:19 +02:00

15 lines
212 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 --environment basic