this seems unlikely to work

This commit is contained in:
Thomas Fussell 2017-03-21 23:28:40 -04:00
parent c81378f6e1
commit dabd29fc59

View File

@ -31,7 +31,7 @@ script:
- cmake -D STATIC=$STATIC -D BENCHMARKS=$BENCHMARKS -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
- make VERBOSE=1
- cd tests
- ./xlnt.test && find . -name "*.gcda"
- ./xlnt.test && find .. -name "*.gcda"
after_success:
- lcov --compat-libtool --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-6