Working on travis file
This commit is contained in:
parent
82ca828a52
commit
71d378717c
|
@ -256,6 +256,7 @@ 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
|
||||||
|
- make install
|
||||||
- cd ../
|
- cd ../
|
||||||
- mkdir build_helloworld
|
- mkdir build_helloworld
|
||||||
- cd build_helloworld
|
- cd build_helloworld
|
||||||
|
|
Loading…
Reference in New Issue
Block a user