MAX7456/.drone.yml
Jens True 530fb9c111
All checks were successful
continuous-integration/drone Build is passing
Modern file structure
2021-03-19 16:20:46 +01:00

11 lines
246 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: python:3
commands:
- pip install platformio
- pio ci --lib src/ examples/HelloWorld --board=pro16MHzatmega328
- pio ci --lib src/ examples/Max7456Write --board=pro16MHzatmega328