mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-14 20:56:38 +01:00
15 lines
220 B
YAML
15 lines
220 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 --target clean
|
|
- pio run --environment basic
|