senseo-control/.drone.yml
Stefan Kalscheuer e65dcb8ef2
All checks were successful
continuous-integration/drone/push Build is passing
add Drone CI configuration to build firmware
2022-12-18 14:05:17 +01:00

12 lines
195 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build-firmware
image: stklcode/avr-toolchain
commands:
- avr-gcc --version
- cd firmware
- make compile info