mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 21:24:14 +00:00
diagnose error 2
This commit is contained in:
parent
42b462941f
commit
a804973d0c
@ -35,13 +35,16 @@ script:
|
||||
cmake . -DUSE_PYTHON=${USE_PYTHON}
|
||||
-DUSE_NUMPY=${USE_NUMPY}
|
||||
-DCOVERAGE=${COVERAGE} &&
|
||||
{ make -j2 || VERBOSE=1 make; } &&
|
||||
make -j2 &&
|
||||
ctest -V
|
||||
|
||||
# Calculate coverage
|
||||
after_success:
|
||||
- if [ "${COVERAGE}" = "ON" ]; then coveralls -r .. -b . --verbose; fi
|
||||
|
||||
after_failure:
|
||||
- make clean && VERBOSE=1 make
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
|
Loading…
x
Reference in New Issue
Block a user