aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-05-14 18:10:46 +0000
committerVincent Richard <[email protected]>2013-05-14 18:10:46 +0000
commitb7555290ffb52a98ebe7e76cfb7bd2e2409164bf (patch)
tree214037cc4e53b02e70c677ef09c63d0a3f67d4cb
parentRemoved test as it is invalid. (diff)
downloadvmime-b7555290ffb52a98ebe7e76cfb7bd2e2409164bf.tar.gz
vmime-b7555290ffb52a98ebe7e76cfb7bd2e2409164bf.zip
Log contents of generated files before build.
-rw-r--r--.travis.yml7
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