deskcontrol/.drone.yml

13 lines
230 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:
2019-03-29 16:18:11 +00:00
- apt-get -y update && apt-get -y install git && pip install platformio
2019-03-29 15:52:09 +00:00
- pio run
2019-03-29 16:18:11 +00:00
- name: upload
image: python:2
commands:
2019-03-29 15:52:09 +00:00
- make otaupload