mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Squashed 'src/soci/' content from commit 6e9312c
git-subtree-dir: src/soci git-subtree-split: 6e9312c4bb3748907bd28d62c40feca42878cfef
This commit is contained in:
22
bin/ci/script_empty.sh
Executable file
22
bin/ci/script_empty.sh
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash -e
|
||||
# Builds and tests SOCI backend empty at travis-ci.org
|
||||
#
|
||||
# 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=OFF \
|
||||
-DSOCI_EMPTY=ON \
|
||||
-DSOCI_FIREBIRD=OFF \
|
||||
-DSOCI_MYSQL=OFF \
|
||||
-DSOCI_ODBC=OFF \
|
||||
-DSOCI_ORACLE=OFF \
|
||||
-DSOCI_POSTGRESQL=OFF \
|
||||
-DSOCI_SQLITE3=OFF \
|
||||
..
|
||||
|
||||
run_make
|
||||
run_test
|
||||
Reference in New Issue
Block a user