77395b373
1 2 3 4 5 6
#!/usr/bin/env bash cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1; make -j 2; cd MCServer/; echo stop | gcov $MCSERVER_PATH;