mirror of
https://github.com/SOCI/soci.git
synced 2026-01-06 05:00:33 -06:00
Set Dpkg::Use-Pty=0 to avoid more useless output and use this function in all CI scripts instead of specifying the same apt-get options in all of them.
9 lines
196 B
Bash
Executable File
9 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Install Valgrind for SOCI in CI builds
|
|
#
|
|
# Copyright (c) 2020 Vadim Zeitlin <vz-soci@zeitlins.org>
|
|
#
|
|
source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh
|
|
|
|
run_apt install valgrind
|