deskcontrol/.drone.yml

11 lines
251 B
YAML
Raw Normal View History

2019-03-29 15:52:09 +00:00
kind: pipeline
name: default
steps:
- name: build
2019-03-29 15:57:15 +00:00
image: python:2
2019-03-29 15:52:09 +00:00
commands:
- apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio
- pio run
2019-03-29 16:04:57 +00:00
- cloc --by-file --xml --out=.test/cloc.xml src
2019-03-29 15:52:09 +00:00
- make otaupload