pitrix/.drone.yml

11 lines
196 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
commands:
- pip install pio
- cp include/config.sample.h include/config.h
- pio run -DCONFIG_USABLE