midi-footswitch/.drone.yml
Stefan Kalscheuer 0e2b0cbde1
All checks were successful
continuous-integration/drone/push Build is passing
add Drone CI configuration to build firmware
2023-04-02 10:04:03 +02:00

13 lines
199 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