Edit travis file
This commit is contained in:
parent
e18426dd8d
commit
b539ce2997
|
@ -228,6 +228,7 @@ script:
|
|||
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} —DDOUBLE_PRECISION_ENABLED=${DOUBLE_PRECISION} -DCOMPILE_TESTS=True -DLOGS_ENABLE=${LOGGER} -DPROFILING_ENABLED=${PROFILER} -DCODE_COVERAGE_ENABLED=${CODE_COVERAGE} ../
|
||||
- make && make test ARGS="-V"
|
||||
- if [ "${VALGRIND}" == "True" ]; then
|
||||
echo "Test"
|
||||
#valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode test/tests
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user