Skip to content

Commit

Permalink
lcov dependency added for coverage on alpine linux
Browse files Browse the repository at this point in the history
Signed-off-by: Apurva Khatri <[email protected]>
  • Loading branch information
apurvakhatri authored and pablogsal committed Jul 17, 2023
1 parent 21a8e0e commit 0574be4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,17 @@ jobs:
- uses: actions/checkout@v3
- name: Set up dependencies
run: |
apk add --update build-base libunwind-dev lz4-dev musl-dev python3-dev python3-dbg gdb lldb
apk add --update build-base libunwind-dev lz4-dev musl-dev python3-dev python3-dbg gdb lldb git bash perl perl-datetime build-base perl-app-cpanminus
cpanm Date::Parse
cpanm Capture::Tiny
- name: Clone lcov repository
run: |
git clone https://github.com/linux-test-project/lcov.git
ls -al
- name: Build and install lcov
run: |
cd lcov
make install
- name: Create virtual environment
run: |
python3 -m venv /venv
Expand Down

0 comments on commit 0574be4

Please sign in to comment.