All checks were successful
continuous-integration/drone/push Build is passing
5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/sh
|
|
echo environment:
|
|
env
|
|
make ${PLUGIN_OPTIONS} ${PLUGIN_TARGETS/,/ }
|