From 77fa35b5d1612d7da2418bf75426d0b95be3f80c Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 14 May 2020 01:02:01 +0200 Subject: [PATCH] Working on travis file --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6bfc52d7..61fb0190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -256,11 +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 - - make install - - mkdir helloworld_build_directory - - cd helloworld_build_directory - - cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld - - make -j2 + #- make install + #- mkdir helloworld_build_directory + #- cd helloworld_build_directory + #- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld + #- make -j2 after_success: