1
0
MAX7456JSON/.drone.yml
2019-09-04 13:00:53 +02:00

20 lines
395 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: python:3
commands:
- pip install platformio
- pio run
- name: release
image: plugins/gitea-release
settings:
api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e
base_url: https://code.jcktrue.dk
files:
- .pio/build/max7456board/firmware.hex
- .pio/build/max7456board/firmware.elf
when:
event: tag