11 lines
196 B
YAML
11 lines
196 B
YAML
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: Full
|
||
|
image: python:2.7
|
||
|
commands:
|
||
|
- pip install pio
|
||
|
- cp include/config.sample.h include/config.h
|
||
|
- pio run -DCONFIG_USABLE
|