Skip to content

Commit

Permalink
Pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Sep 13, 2024
1 parent 11ba257 commit d54932a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ do
BUILD_ARGS+=("-DPLUG_COVERAGE=ON")
COVERAGE=true;
BUILD_TYPE="Debug"
apt-get install -y --no-install-recommends python3-pip python3-pkg-resources python3-setuptools
pip3 install -U gcovr
export PATH=$HOME/.local/bin:$PATH
apt-get install -y --no-install-recommends pipx
pipx install gcovr

GCC_VERSION="$(${CC} -dumpfullversion | cut -f1 -d.)"
ln -sf /usr/bin/gcov-${GCC_VERSION} /usr/bin/gcov
Expand Down

0 comments on commit d54932a

Please sign in to comment.