Skip to content

Toroid-io/drone-avr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

drone-avr

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.

Example configuration

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

Contributing

Don't hesitate to submit issues or pull requests.

License

This project is made available under the GNU General Public License(GPL) version 3 or grater.

About

Drone plugin for building AVR C code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published