We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e3ca9 commit c50e7ceCopy full SHA for c50e7ce
deploy.sh
@@ -64,7 +64,7 @@ elif [ "$1" == "gtest-setup" ]; then
64
sudo apt-get update
65
sudo apt-get install -y build-essential
66
sudo apt-get install -y cmake libgtest-dev
67
-
+ sudo apt-get install gcov gcovr
68
echo "Building GTest"
69
cd /usr/src/gtest
70
sudo cmake CMakeLists.txt
0 commit comments