Travis CI for Data/PostgreSQL

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-05 12:00:19 +01:00
parent 6017de3598
commit 4b9c669333

View File

@ -21,6 +21,11 @@ before_install:
services:
- mongodb
- redis-server
- postgresql
addons:
postgresql: "9.3"
notifications:
slack:
@ -46,7 +51,7 @@ matrix:
- export CC="clang"
- export CXX="clang++"
- clang++ -x c++ /dev/null -dM -E
- ./configure --everything --omit=Data/ODBC,Data/MySQL,Data/SQLite && make -s -j2
- ./configure --everything --omit=Data/ODBC,Data/MySQL,Data/SQLite,Data/PostgreSQL && make -s -j2
- sudo make install
- ./travis/OSX/runtests.sh
@ -141,7 +146,7 @@ matrix:
# TODO osx build
# TODO run test suite
# script:
# - ./configure && make -s -j2
# - ./configure && make -s -i -j2
# - sudo ifconfig -a
# - sudo ifconfig venet0 multicast
# - sudo ifconfig -a