1
0

Added support to start up MCServer and then immediatly sut it down in travis

This commit is contained in:
Tycho
2014-02-05 10:10:45 -08:00
parent 62c18868b2
commit f25597540d
3 changed files with 9 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ compiler:
- gcc
- clang
# Build MCServer
script: cmake . -DCMAKE_BUILD_TYPE=RELEASE && make -j 2
script: cmake . -DCMAKE_BUILD_TYPE=RELEASE -DSELF_TEST=1 && make -j 2 && cd MCServer/ && ./MCServer
# Notification Settings
notifications: