aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-11 10:36:13 +0000
committerVincent Richard <[email protected]>2013-03-11 10:36:13 +0000
commit32d067fb87f02cfb245e19e131e7b9620d25de83 (patch)
treedfa1610f9fa931c08a0c7830d2b16d9a5e54afd7
parentTesting with CTest. (diff)
downloadvmime-32d067fb87f02cfb245e19e131e7b9620d25de83.tar.gz
vmime-32d067fb87f02cfb245e19e131e7b9620d25de83.zip
Travis-CI: run CTest.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 918b5be6..8902575b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ compiler:
# Settings
env:
- - OPTIONS="-DVMIME_SENDMAIL_PATH=/path/to/sendmail -DCMAKE_BUILD_TYPE=Debug"
+ - CTEST_OUTPUT_ON_FAILURE=1 OPTIONS="-DVMIME_SENDMAIL_PATH=/path/to/sendmail -DCMAKE_BUILD_TYPE=Debug -DVMIME_BUILD_TESTS=ON"
# Make sure some required tools/libraries are installed
install:
@@ -23,3 +23,4 @@ script:
- cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
- cmake --build . --target install
+ - ctest