1
0
MAX7456JSON/.drone.yml
Jens Christian True b4717950d3
All checks were successful
continuous-integration/drone/push Build is passing
Proper API key for pushing
2019-10-08 15:32:38 +02:00

19 lines
350 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: c064e50abfb8c81219a3e4837d757290776e6066
base_url: https://code.jcktrue.dk
files:
- .pio/build/max7456board/firmware.hex
when:
event: tag