diff options
author | Vincent Richard <[email protected]> | 2013-05-14 18:10:46 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-05-14 18:10:46 +0000 |
commit | b7555290ffb52a98ebe7e76cfb7bd2e2409164bf (patch) | |
tree | 214037cc4e53b02e70c677ef09c63d0a3f67d4cb | |
parent | Removed test as it is invalid. (diff) | |
download | vmime-b7555290ffb52a98ebe7e76cfb7bd2e2409164bf.tar.gz vmime-b7555290ffb52a98ebe7e76cfb7bd2e2409164bf.zip |
Log contents of generated files before build.
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |