Fixed path to header files. Removed useless echoes.

This commit is contained in:
Vincent Richard 2013-12-29 14:09:04 +01:00
parent 28398076c2
commit 0460b6b9da

View File

@ -30,12 +30,8 @@ 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 ================================="
- cat ../src/vmime/config.hpp
- cat ../src/vmime/export-shared.hpp
- cat ../src/vmime/export-static.hpp
- cmake --build . --target install
- ctest