Skip to content

Commit

Permalink
dub upgrade in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jul 7, 2018
1 parent d09e0a0 commit 2c282d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
dub upgrade
dub build --compiler=ldc --build=release --arch=x86_64 || exit 1
strip serve-d
VERSION=$(./serve-d --version 2>&1 | grep -oh "serve-d v[0-9]*\.[0-9]*\.[0-9]*" | sed "s/serve-d v//")
Expand Down

0 comments on commit 2c282d6

Please sign in to comment.