Mauro Torrez c74cea6af5
All checks were successful
continuous-integration/drone/push Build is passing
debug
2019-09-18 13:03:28 -03:00
2019-09-18 11:38:02 -03:00
2019-09-18 11:27:42 -03:00
2019-09-18 11:27:42 -03:00
2019-09-18 12:58:36 -03:00
2019-09-18 13:03:28 -03:00

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.

Description
Drone plugin to run make command.
Readme 100 KiB
Languages
Dockerfile 59.7%
Shell 40.3%