All checks were successful
continuous-integration/drone/push Build is passing
269 B
269 B
drone-plugin-make
Drone plugin to run make
command.
Usage example:
#...
steps:
- name: make
image: eumau/drone-plugin-make
settings:
targets:
- target1
- target2
options:
"-k"
Note that options
should be provided as a string.