Mauro Torrez a41bac7d1d
All checks were successful
continuous-integration/drone/push Build is passing
add options and target, basic doc
2019-09-18 12:58:36 -03:00

21 lines
269 B
Markdown

# 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.