Skip to content

Commit

Permalink
Merge pull request #10 from shoo/update_build
Browse files Browse the repository at this point in the history
Update build script for the current dub version
  • Loading branch information
shoo authored Oct 22, 2019
2 parents 6201976 + 7992342 commit 5af528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-release-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source .travis-release-windows-setup.sh
archiveName="$PROJECTNAME-$VERSION-$OS-$ARCH_SUFFIX.zip"
echo "Building $archiveName"

git clone https://github.com/dlang/dub.git --depth=1 && dub run --root=dub -- build -a=$TARGET_MTRIPLE -b=release -c=default --compiler=ldc2
dub build -a=$TARGET_MTRIPLE -b=release -c=default --compiler=ldc2

cd build
zip -r "../$archiveName" "./"
Expand Down

0 comments on commit 5af528c

Please sign in to comment.