mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 11:48:54 +01:00
Travis CI for Data/PostgreSQL
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
6017de3598
commit
4b9c669333
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user