diagnose error 2

This commit is contained in:
Hans Dembinski 2016-05-10 20:29:24 -04:00
parent 42b462941f
commit a804973d0c

View File

@ -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