Newer
Older
dub_jkp / test / issue1396-pre-post-run-commands / dub.sdl
@andre2007 andre2007 on 6 Nov 2018 85 bytes Pre/post run commands added
  1. name "test"
  2. preRunCommands "echo pre-run >> test.txt"
  3. postRunCommands "./post-run.sh"