enable coveralls

This commit is contained in:
Thomas Fussell 2016-10-31 23:23:29 -04:00
parent cea5ae94d3
commit 4a5e403954

View File

@ -48,4 +48,6 @@ script:
- cmake -D STATIC=$STATIC -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
- cmake --build .
- cd bin && ./xlnt.test
- find ../../
- cd ..
- find source/CMakeFiles/xlnt.dir
- if [ "$COMPILER" = "g++4.9" ]; then coveralls --root source/CMakeFiles/xlnt.dir --verbose -x ".cpp" --gcov-options '\-p'