1
0

Maybe coverage working?

This commit is contained in:
Tycho
2014-05-10 05:03:36 -07:00
parent ec407dd27d
commit 77395b3739
9 changed files with 409 additions and 33 deletions

6
CIbuild.sh Normal file
View File

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