Newer
Older
dub_jkp / test / pr1549-dub-exe-var / dub.sdl
@Remi Thebault Remi Thebault on 25 Nov 2018 211 bytes implement $DUB build variable
name "test-application"
targetType "executable"
preBuildCommands "$DUB run --single $PACKAGE_DIR/setmsg.d -- \"modified code\""
postBuildCommands "$DUB run --single $PACKAGE_DIR/setmsg.d -- \"unmodified code\""