All checks were successful
continuous-integration/drone/push Build is passing
21 lines
269 B
Markdown
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.
|