add Drone CI configuration to build firmware
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2022-12-18 14:05:03 +01:00
parent f21e6b8fd8
commit e65dcb8ef2
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: build-firmware
image: stklcode/avr-toolchain
commands:
- avr-gcc --version
- cd firmware
- make compile info