Mauro Torrez c583730339
All checks were successful
continuous-integration/drone/push Build is passing
add gnu patch
2019-09-22 19:15:32 -03:00
2019-09-18 11:38:02 -03:00
2019-09-18 11:27:42 -03:00
2019-09-22 19:15:32 -03:00
2019-09-18 12:58:36 -03:00
fix
2019-09-18 13:05:12 -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%