1
0
Fork 0
cuberite-2a/CIbuild.sh

10 lines
138 B
Bash
Raw Normal View History

2014-05-10 12:03:36 +00:00
#!/usr/bin/env bash
2014-05-10 16:52:46 +00:00
set -e
2014-05-10 12:03:36 +00:00
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
make -j 2 test;
2014-05-10 12:03:36 +00:00
cd MCServer/;
2014-05-10 16:51:20 +00:00
echo stop | $MCSERVER_PATH;