Added Drone build config

This commit is contained in:
Jens True 2019-03-29 16:52:09 +01:00
parent b7e07736fa
commit 21d23328f5

11
.drone.yml Normal file

@ -0,0 +1,11 @@
kind: pipeline
name: default
steps:
- name: build
image: python2
commands:
- apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio
- pio run
- cloc --by-file --xml --out=.test/cloc.xml src include
- make otaupload