mirror of
https://gitlab.com/zwirbel/sprocket-device-bb1.git
synced 2025-12-14 17:35:24 +01:00
14 lines
193 B
YAML
Executable File
14 lines
193 B
YAML
Executable File
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 |