Log contents of generated files before build.
This commit is contained in:
parent
66f3c68a6c
commit
b7555290ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user