bootstrap Commands
fun bootstrapCommands(vararg commands: String, suffix: String = "compile")
Content copied to clipboard
Generate a bootstrap testing workflow that runs commands (run: | $commands
, one per line).
suffix will be used to name the workflow, and the workflow file will be named kotlin-bootstrap-$suffix.yml
.
Sources
jvm source
Link copied to clipboard