From b96fce59599738a663340ae98d76292709287c74 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 14 May 2020 14:57:36 +0200 Subject: [PATCH] Working on travis file --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 20314ec1..300c5d6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -256,6 +256,11 @@ script: - if [ "${VALGRIND}" == "True" ]; then valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode=1 test/tests; fi + - mkdir build_helloworld + - cd build_helloworld + - cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld/ + - make -j2 + after_success: