diff options
author | Vincent Richard <[email protected]> | 2013-03-11 10:36:13 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-03-11 10:36:13 +0000 |
commit | 32d067fb87f02cfb245e19e131e7b9620d25de83 (patch) | |
tree | dfa1610f9fa931c08a0c7830d2b16d9a5e54afd7 | |
parent | Testing with CTest. (diff) | |
download | vmime-32d067fb87f02cfb245e19e131e7b9620d25de83.tar.gz vmime-32d067fb87f02cfb245e19e131e7b9620d25de83.zip |
Travis-CI: run CTest.
-rw-r--r-- | .travis.yml | 3 |
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 |