Working on travis file

This commit is contained in:
Daniel Chappuis 2020-05-14 15:09:12 +02:00
parent 82ca828a52
commit 71d378717c

View File

@ -256,6 +256,7 @@ script:
- if [ "${VALGRIND}" == "True" ]; then
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode=1 test/tests;
fi
- make install
- cd ../
- mkdir build_helloworld
- cd build_helloworld