deskcontrol/.drone.yml

11 lines
258 B
YAML
Raw Normal View History

2019-03-29 15:52:09 +00:00
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