This commit is contained in:
BBasile 2018-07-22 13:11:24 +00:00 committed by GitHub
commit 7eb1fb894b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,6 @@ DC="$DIR/dmd2/windows/bin/dmd.exe" wine cmd /C build.bat
cd bin
zip "$archiveName" dcd-server.exe dcd-client.exe
# temp
bin/dcd-client.exe --version

View File

@ -21,3 +21,6 @@ archiveName="dcd-$VERSION-$OS-$ARCH_SUFFIX.tar.gz"
echo "Building $archiveName"
${MAKE:-make} ldcclient ldcserver LDC_FLAGS="${LDC_FLAGS[*]}"
tar cvfz "bin/$archiveName" -C bin dcd-server dcd-client
# temp
./bin/dcd-client --version