2019-06-06 04:30:15 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Full
|
2019-06-06 04:34:04 +00:00
|
|
|
image: python:2.7
|
2019-06-06 04:30:15 +00:00
|
|
|
commands:
|
2019-06-06 04:32:47 +00:00
|
|
|
- pip install -U platformio
|
2019-06-06 04:30:15 +00:00
|
|
|
- cp include/config.sample.h include/config.h
|
|
|
|
- pio run -DCONFIG_USABLE
|