Log contents of generated files before build.

This commit is contained in:
Vincent Richard 2013-05-14 20:10:46 +02:00
parent 66f3c68a6c
commit b7555290ff

View File

@ -25,5 +25,12 @@ script:
- cd _build - cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
- cmake .. -L - 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 - cmake --build . --target install
- ctest - ctest