diff options
author | Vincent Richard <[email protected]> | 2013-03-06 21:30:27 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-03-06 21:30:27 +0000 |
commit | 5b842c6022c1388d8b4afbb635c0fab6feee3915 (patch) | |
tree | f2e18db802cba750f1587367d80df9d57042f40d | |
parent | Added build file for Travis-CI. (diff) | |
download | vmime-5b842c6022c1388d8b4afbb635c0fab6feee3915.tar.gz vmime-5b842c6022c1388d8b4afbb635c0fab6feee3915.zip |
Travis-CI: install missing libraries + fixed path to sendmail.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0fc3cca6..df279bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,13 @@ compiler: # Settings env: - - OPTIONS="-DCMAKE_BUILD_TYPE=Debug" + - OPTIONS="-DVMIME_SENDMAIL_PATH=/path/to/sendmail -DCMAKE_BUILD_TYPE=Debug" -# Make sure some required tools are installed +# Make sure some required tools/libraries are installed install: - sudo apt-get update >/dev/null - sudo apt-get -q install cmake valgrind + - sudo apt-get -q install libgsasl7 libgnutls-dev libssl-dev # Run the build script script: |