mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge commit '9708a1260720d879d76a10f894925962f20611bc' as 'src/soci'
This commit is contained in:
24
src/soci/bin/ci/script_db2.sh
Executable file
24
src/soci/bin/ci/script_db2.sh
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash -e
|
||||
# Builds and tests SOCI backend DB2 at travis-ci.org
|
||||
#
|
||||
# Copyright (c) 2013 Brian R. Toonen <toonen@alcf.anl.gov>
|
||||
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
|
||||
#
|
||||
source ${TRAVIS_BUILD_DIR}/bin/ci/common.sh
|
||||
|
||||
cmake \
|
||||
-DSOCI_TESTS=ON \
|
||||
-DSOCI_STATIC=OFF \
|
||||
-DSOCI_DB2=ON \
|
||||
-DSOCI_EMPTY=OFF \
|
||||
-DSOCI_FIREBIRD=OFF \
|
||||
-DSOCI_MYSQL=OFF \
|
||||
-DSOCI_ODBC=OFF \
|
||||
-DSOCI_ORACLE=OFF \
|
||||
-DSOCI_POSTGRESQL=OFF \
|
||||
-DSOCI_SQLITE3=OFF \
|
||||
-DSOCI_DB2_TEST_CONNSTR:STRING="DSN=SOCITEST\;Uid=db2inst1\;Pwd=db2inst1" \
|
||||
..
|
||||
|
||||
run_make
|
||||
run_test
|
||||
Reference in New Issue
Block a user