From b7555290ffb52a98ebe7e76cfb7bd2e2409164bf Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 14 May 2013 20:10:46 +0200 Subject: [PATCH] Log contents of generated files before build. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index ec29399d..c5f04610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,12 @@ script: - cd _build - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS - cmake .. -L + - echo "============================== config.hpp ==============================" + - cat ../vmime/config.hpp + - echo "========================== export-shared.hpp ===========================" + - cat ../vmime/export-shared.hpp + - echo "========================== export-static.hpp ===========================" + - cat ../vmime/export-static.hpp + - echo "================================ BUILD =================================" - cmake --build . --target install - ctest