Files
soci/scripts/ci/install_valgrind.sh
Vadim Zeitlin e99534f372 Add run_apt function for running apt-get with "quiet" options
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.
2022-10-27 23:26:31 +02:00

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