aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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