Skip to content

Commit

Permalink
Update build script for the current dub version
Browse files Browse the repository at this point in the history
  • Loading branch information
shoo committed Oct 22, 2019
1 parent 6201976 commit 7992342
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 7992342

Please sign in to comment.