Skip to content

Commit 11c8990

Browse files
committed
Pre/post run commands added
1 parent f7be2bf commit 11c8990

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

views/package_format_json.dt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,14 @@ block body
343343
td postBuildCommands
344344
td: code string[]
345345
td A list of shell commands that is executed always after the project is built
346+
tr
347+
td preRunCommands
348+
td: code string[]
349+
td A list of shell commands that is executed always before the project is run
350+
tr
351+
td postRunCommands
352+
td: code string[]
353+
td A list of shell commands that is executed always after the project is run
346354

347355
tr
348356
td dflags

views/package_format_sdl.dt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,14 @@ block body
317317
td postBuildCommands
318318
td: code "<cmd1>" ["<cmd2>" [...]]
319319
td A list of shell commands that is executed always after the project is built
320+
tr
321+
td preRunCommands
322+
td: code "<cmd1>" ["<cmd2>" [...]]
323+
td A list of shell commands that is executed always before the project is run
324+
tr
325+
td postRunCommands
326+
td: code "<cmd1>" ["<cmd2>" [...]]
327+
td A list of shell commands that is executed always after the project is run
320328

321329
tr
322330
td dflags

0 commit comments

Comments
 (0)