Fixed path to header files. Removed useless echoes.
This commit is contained in:
parent
28398076c2
commit
0460b6b9da
10
.travis.yml
10
.travis.yml
@ -30,12 +30,8 @@ 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 ../src/vmime/config.hpp
|
||||||
- cat ../vmime/config.hpp
|
- cat ../src/vmime/export-shared.hpp
|
||||||
- echo "========================== export-shared.hpp ==========================="
|
- cat ../src/vmime/export-static.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
|
||||||
|
Loading…
Reference in New Issue
Block a user