🔨 added quotes around parameters
This commit is contained in:
parent
0111f3187e
commit
316634e129
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ matrix:
|
||||||
- coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
|
- coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
|
||||||
env:
|
env:
|
||||||
- COMPILER=g++-4.9
|
- COMPILER=g++-4.9
|
||||||
- CMAKE_OPTIONS=-DJSON_Coverage=ON -DJSON_MultipleHeader=ON
|
- CMAKE_OPTIONS="-DJSON_Coverage=ON -DJSON_MultipleHeader=ON"
|
||||||
|
|
||||||
# Coverity (only for branch coverity_scan)
|
# Coverity (only for branch coverity_scan)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue