add Drone CI configuration to build firmware
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bf8fec2677
commit
0e2b0cbde1
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build-firmware
|
||||
image: stklcode/avr-toolchain
|
||||
commands:
|
||||
- avr-gcc --version
|
||||
- cd firmware
|
||||
- make compile info
|
Loading…
x
Reference in New Issue
Block a user