drone-avr
is a drone plugin for
building AVR C code. By default, it runs make
in the project
directory. This may be overridden passing a command
option.
pipeline:
kicad:
image: toroid/drone-avr
projects:
- source: Project1 # Makefile folder
dependencies:
- "https://github.com/myuser/awesome-lib" # Clone this repo in the source directory
arguments: "arg1 arg2" # These are passed to make as commmand line arguments
- source: Project1 # Makefile folder
command: "make my_variant" # Custom command
store: "cp build/output FW/" # Do something with your build artifacts
Don't hesitate to submit issues or pull requests.
This project is made available under the GNU General Public License(GPL) version 3 or grater.