mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
this seems unlikely to work
This commit is contained in:
parent
c81378f6e1
commit
dabd29fc59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user