1
0
Files
cuberite-2a/CIbuild.sh
2014-05-10 13:46:05 +01:00

8 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
make -j 2 test;
cd MCServer/;
echo stop | gcov $MCSERVER_PATH;