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
|
2019-06-06 04:38:10 +00:00
|
|
|
- pio ci --project-option="build_flags = -DCONFIG_USABLE"
|