pitrix/.drone.yml

11 lines
231 B
YAML
Raw Normal View History

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