Adjusting travis.sh for new dub.json
This commit is contained in:
parent
8dc6f4dd30
commit
51155b5f53
|
@ -3,13 +3,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [[ $BUILD == dub ]]; then
|
if [[ $BUILD == dub ]]; then
|
||||||
mkdir bin
|
|
||||||
|
|
||||||
dub build --build=release --config=client
|
dub build --build=release --config=client
|
||||||
dub build --build=release --config=server
|
dub build --build=release --config=server
|
||||||
|
|
||||||
mv dcd-client ./bin
|
|
||||||
mv dcd-server ./bin
|
|
||||||
elif [[ $DC == ldc2 ]]; then
|
elif [[ $DC == ldc2 ]]; then
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
make ldc -j2
|
make ldc -j2
|
||||||
|
|
Loading…
Reference in New Issue