11 lines
238 B
YAML
11 lines
238 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: Full
|
|
image: python:2.7
|
|
commands:
|
|
- pip install -U platformio
|
|
- cp include/config.sample.h include/config.h
|
|
- pio ci --project-option="build_flags = -DCONFIG_USABLE"
|