add options and target, basic doc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c214cb1359
commit
a41bac7d1d
19
README.md
19
README.md
@ -1,3 +1,20 @@
|
|||||||
# drone-plugin-make
|
# drone-plugin-make
|
||||||
|
|
||||||
Drone plugin to run `make` command.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user