#!/bin/bash -e # Builds and tests SOCI at travis-ci.org # # Copyright (c) 2013 Mateusz Loskot # Copyright (c) 2015 Sergei Nikulov # source ${TRAVIS_BUILD_DIR}/scripts/travis/common.sh # Note that we don't use the default options here, as we don't want to turn # off all the backends (nor to enable ASAN which is incompatible with Valgrind). cmake ${SOCI_COMMON_CMAKE_OPTIONS} \ -DSOCI_ODBC=OFF \ .. run_make run_test_memcheck