1
0

Fixed wrong path in debug mode

This commit is contained in:
worktycho 2014-03-07 20:03:05 +00:00
parent 6b153a5014
commit c67e008a4e

View File

@ -3,13 +3,13 @@ compiler:
- gcc - gcc
- clang - clang
# Build MCServer # Build MCServer
script: cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1 && make -j 2 && cd MCServer/ && (echo stop | ./MCServer) script: cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1 && make -j 2 && cd MCServer/ && (echo stop | $MCSERVER_PATH)
env: env:
- MCSERVER_BUILD_TYPE=RELEASE - MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer
- MCSERVER_BUILD_TYPE=DEBUG - MCSERVER_BUILD_TYPE=DEBUG MCSERVER_PATH=./MCServer_debug
- MCSERVER_BUILD_TYPE=RELEASE MCSERVER_FORCE32=1 - MCSERVER_BUILD_TYPE=RELEASE MCSERVER_FORCE32=1 MCSERVER_PATH=./MCServer
- MCSERVER_BUILD_TYPE=DEBUG MCSERVER_FORCE32=1 - MCSERVER_BUILD_TYPE=DEBUG MCSERVER_FORCE32=1 MCSERVER_PATH=./MCServer_debug
# Notification Settings # Notification Settings
notifications: notifications: