diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8a3d8c4 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file