mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 20:15:51 +00:00
Squashed 'src/soci/' content from commit 6e9312c
git-subtree-dir: src/soci git-subtree-split: 6e9312c4bb3748907bd28d62c40feca42878cfef
This commit is contained in:
9
bin/ci/before_script_postgresql.sh
Executable file
9
bin/ci/before_script_postgresql.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash -e
|
||||
# Sets up environment for SOCI backend PostgreSQL at travis-ci.org
|
||||
#
|
||||
# Mateusz Loskot <mateusz@loskot.net>, http://github.com/SOCI
|
||||
#
|
||||
source ${TRAVIS_BUILD_DIR}/bin/ci/common.sh
|
||||
|
||||
psql --version
|
||||
psql -c 'create database soci_test;' -U postgres
|
||||
Reference in New Issue
Block a user