diff options
author | Vincent Richard <[email protected]> | 2013-12-30 09:26:30 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-12-30 09:26:30 +0000 |
commit | 5607c9b1891b8aebe02f1d4af70d43a60ca6b404 (patch) | |
tree | a81f6fb05d0494b75065b1075e37cb045dc74c55 | |
parent | Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP). (diff) | |
parent | Fixed path to header files. Removed useless echoes. (diff) | |
download | vmime-5607c9b1891b8aebe02f1d4af70d43a60ca6b404.tar.gz vmime-5607c9b1891b8aebe02f1d4af70d43a60ca6b404.zip |
Merge branch 'master' of https://github.com/kisli/vmime
-rw-r--r-- | .travis.yml | 10 |
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 |