From 7992342580f14b6c6e2fdfeede28bfe8ee6a381e Mon Sep 17 00:00:00 2001 From: SHOO Date: Tue, 22 Oct 2019 15:50:18 +0900 Subject: [PATCH] Update build script for the current dub version --- .travis-release-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-release-windows.sh b/.travis-release-windows.sh index f908c7a..f64b11a 100755 --- a/.travis-release-windows.sh +++ b/.travis-release-windows.sh @@ -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" "./"