aboutsummaryrefslogtreecommitdiff
path: root/ci/test/04_install.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-04-13 12:40:15 +0800
committerfanquake <fanquake@gmail.com>2021-05-04 20:48:53 +0800
commit7fc5e865b93af59364e9c8bf75ec68b4decc7e5d (patch)
treeadbf8755365e5a1a53942a9a06d3ba5e88deac24 /ci/test/04_install.sh
parent955140b3265d3bcb9504c61d73fbfdadfff8a2b2 (diff)
downloadbitcoin-7fc5e865b93af59364e9c8bf75ec68b4decc7e5d.tar.xz
test: install lief in CI
Diffstat (limited to 'ci/test/04_install.sh')
-rwxr-xr-xci/test/04_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh
index 608acfc2cf..c3d83c84e3 100755
--- a/ci/test/04_install.sh
+++ b/ci/test/04_install.sh
@@ -67,6 +67,9 @@ if [[ $DOCKER_NAME_TAG == centos* ]]; then
elif [ "$CI_USE_APT_INSTALL" != "no" ]; then
${CI_RETRY_EXE} DOCKER_EXEC apt-get update
${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -y $PACKAGES $DOCKER_PACKAGES
+ if [ -n "$PIP_PACKAGES" ]; then
+ ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
+ fi
fi
if [ "$CI_OS_NAME" == "macos" ]; then