summaryrefslogtreecommitdiff
path: root/tests/docker/centos7-meson/pip-installs.sh
blob: 5b2fbf4446029d6b6b7fdbe8f55085ad71456c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#/bin/sh

set -ex

yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install rh-python36 lcov

scl enable rh-python36 "pip3 install meson==0.60.3"
scl enable rh-python36 "pip3 install lcov-cobertura"
scl enable rh-python36 "pip3 install ninja"

yum clean all