Added .drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabian Schlenz 2019-06-06 06:30:15 +02:00
parent 026ed27d8e
commit 33a9f86be2
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View 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