aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index c2daad04..2b5b0f1f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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