Added .drone.yml

This commit is contained in:
2019-06-06 06:30:15 +02:00
parent 026ed27d8e
commit 33a9f86be2

10
.drone.yml Normal file

@@ -0,0 +1,10 @@
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