mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-27 05:39:55 +03:00
Adjusting travis.sh for new dub.json
This commit is contained in:
parent
8dc6f4dd30
commit
51155b5f53
1 changed files with 0 additions and 5 deletions
|
@ -3,13 +3,8 @@
|
|||
set -e
|
||||
|
||||
if [[ $BUILD == dub ]]; then
|
||||
mkdir bin
|
||||
|
||||
dub build --build=release --config=client
|
||||
dub build --build=release --config=server
|
||||
|
||||
mv dcd-client ./bin
|
||||
mv dcd-server ./bin
|
||||
elif [[ $DC == ldc2 ]]; then
|
||||
git submodule update --init --recursive
|
||||
make ldc -j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue