mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
keep trying things
This commit is contained in:
parent
8d04b6501c
commit
c81378f6e1
10
.travis.yml
10
.travis.yml
|
@ -1,8 +1,5 @@
|
|||
# from: https://github.com/nlohmann/json/blob/master/.travis.yml
|
||||
|
||||
language: cpp
|
||||
|
||||
sudo: required
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
notifications:
|
||||
|
@ -33,10 +30,9 @@ script:
|
|||
- cd build
|
||||
- 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
|
||||
- ./tests/xlnt.test
|
||||
- cd tests
|
||||
- ./xlnt.test && find . -name "*.gcda"
|
||||
|
||||
after_success:
|
||||
- find . -name "*.gcda"
|
||||
- pwd
|
||||
- lcov --compat-libtool --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-6
|
||||
- coveralls-lcov coverage.info
|
||||
|
|
Loading…
Reference in New Issue
Block a user