Maybe coverage working?
This commit is contained in:
6
CIbuild.sh
Normal file
6
CIbuild.sh
Normal 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;
|
||||
Reference in New Issue
Block a user