1
0
MAX7456JSON/.drone.yml
Jens True 2b8b4a048a
All checks were successful
continuous-integration/drone Build is passing
Modernizing code. Bit more OO design than previously.
2021-10-28 11:50:57 +00:00

21 lines
378 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: python:3
commands:
- pip install platformio
- pio run
- pio check --skip-packages
- 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