Warning, file /sdk/codevis/thirdparty/soci/scripts/ci/build_all.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 with all backends. 0003 # 0004 # Copyright (c) 2021 Vadim Zeitlin <vz-soci@zeitlins.org> 0005 # 0006 source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh 0007 0008 # We don't use the default options here, as we don't want to turn off all the 0009 # backends. 0010 cmake ${SOCI_COMMON_CMAKE_OPTIONS} \ 0011 .. 0012 0013 run_make