aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-05-13 09:16:58 +0000
committerVincent Richard <[email protected]>2013-05-13 09:16:58 +0000
commit8bbfc2af211486be3f6c629c837959aa999d9539 (patch)
treecc806567a019778c845ba035ff41bf0dff432b2c
parentFixed export header for static/shared build. (diff)
parentFixed source directory. (diff)
downloadvmime-8bbfc2af211486be3f6c629c837959aa999d9539.tar.gz
vmime-8bbfc2af211486be3f6c629c837959aa999d9539.zip
Merge branch 'master' of https://github.com/kisli/vmime
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c227c7c..ec29399d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,6 @@ script:
- mkdir _build
- cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
+ - cmake .. -L
- cmake --build . --target install
- ctest