Warning, file /sdk/codevis/thirdparty/soci/scripts/ci/build_db2.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #!/usr/bin/env bash 0002 # Builds SOCI DB2 backend in CI builds 0003 # 0004 # Copyright (c) 2013 Brian R. Toonen <toonen@alcf.anl.gov> 0005 # Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net> 0006 # 0007 source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh 0008 0009 cmake ${SOCI_DEFAULT_CMAKE_OPTIONS} \ 0010 -DSOCI_DB2=ON \ 0011 -DSOCI_DB2_TEST_CONNSTR:STRING="DSN=SOCITEST\;Uid=db2inst1\;Pwd=db2inst1" \ 0012 .. 0013 0014 run_make