deskcontrol/.drone.yml
2019-03-29 17:18:11 +01:00

13 lines
230 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: python:2
commands:
- apt-get -y update && apt-get -y install git && pip install platformio
- pio run
- name: upload
image: python:2
commands:
- make otaupload