Travis-CI: install missing libraries + fixed path to sendmail.

This commit is contained in:
Vincent Richard 2013-03-06 22:30:27 +01:00
parent 300737e922
commit 5b842c6022

View File

@ -9,12 +9,13 @@ compiler:
# Settings # Settings
env: 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: install:
- sudo apt-get update >/dev/null - sudo apt-get update >/dev/null
- sudo apt-get -q install cmake valgrind - sudo apt-get -q install cmake valgrind
- sudo apt-get -q install libgsasl7 libgnutls-dev libssl-dev
# Run the build script # Run the build script
script: script: