Newer
Older
dub_jkp / test / subpackage-common-with-sourcefile-globbing.sh
@John Colvin John Colvin on 22 Nov 2016 231 bytes test sourcefile globbing
  1. #!/bin/sh
  2. set -e
  3.  
  4. cd ${CURR_DIR}/subpackage-common-with-sourcefile-globbing
  5. rm -rf .dub dub.selections.json
  6. ${DUB} build --compiler=${DC} :server -v
  7. ${DUB} build --compiler=${DC} :client -v
  8. ${DUB} build --compiler=${DC} :common -v