🔨 working on #953
This commit is contained in:
parent
83db7876c5
commit
0111f3187e
3 changed files with 7 additions and 4 deletions
|
|
@ -99,10 +99,10 @@ matrix:
|
|||
before_script:
|
||||
- pip install --user cpp-coveralls
|
||||
after_success:
|
||||
- coveralls --build-root test --include single_header/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
|
||||
- coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
|
||||
env:
|
||||
- COMPILER=g++-4.9
|
||||
- CMAKE_OPTIONS=-DJSON_Coverage=ON
|
||||
- CMAKE_OPTIONS=-DJSON_Coverage=ON -DJSON_MultipleHeader=ON
|
||||
|
||||
# Coverity (only for branch coverity_scan)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue