Working on travis file
This commit is contained in:
parent
ce838a287f
commit
b96fce5959
|
@ -256,6 +256,11 @@ script:
|
||||||
- if [ "${VALGRIND}" == "True" ]; then
|
- if [ "${VALGRIND}" == "True" ]; then
|
||||||
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode=1 test/tests;
|
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode=1 test/tests;
|
||||||
fi
|
fi
|
||||||
|
- mkdir build_helloworld
|
||||||
|
- cd build_helloworld
|
||||||
|
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld/
|
||||||
|
- make -j2
|
||||||
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user