From 09fba2aba1142075fc1a79c1e3cb4622b422d669 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 12 Jan 2019 18:43:18 +0100 Subject: [PATCH] Update Travis CI control file --- .travis.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70373b1f7..022e8c2f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,21 +41,23 @@ before_script: script: - | - if [ $ANALYZE = "false" ]; then - autoconf - ./configure - make - mkdir cmake-build - cd cmake-build - cmake -G "Unix Makefiles" .. - make - fi + date + make + date + mkdir cmake-build + cd cmake-build + cmake -G "Unix Makefiles" .. + date + make + date after_success: - | if [ $DOC = "true" ]; then doxygen --version + date make html + date fi notifications: