1
0
MAX7456JSON/.drone.yml
jct c88eadff35
All checks were successful
continuous-integration/drone/push Build is passing
Using proper secrets
2019-10-25 08:04:44 +00:00

20 lines
348 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:
from_secret: DRONE_ACCESS_TOKEN
base_url: https://code.jcktrue.dk
files:
- .pio/build/max7456board/firmware.hex
when:
event: tag