From 82ca828a5259264753662c7b3c6642cb47ba0d21 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 14 May 2020 15:03:31 +0200 Subject: [PATCH] Working on travis file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 300c5d6a..b984b3df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 + - cd ../ - mkdir build_helloworld - cd build_helloworld - cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld/