Skip to content

Commit

Permalink
Automate cpan
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Feb 10, 2024
1 parent ab65997 commit f5a873c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
CIBW_ENVIRONMENT: POPSICLE_COVERAGE=1

- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
path-to-lcov: ./wheelhouse/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ before-build = [
libXcomposite-devel libXinerama-devel libXcursor-devel xorg-x11-server-Xvfb wget cpan""",
"wget https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0-1.noarch.rpm",
"yum localinstall -y lcov-2.0-1.noarch.rpm",
"((echo y;echo o conf prerequisites_policy follow;echo o conf commit)|cpan)",
"cpan install JSON:XS",
"sed -i \"s/use JSON::PP/use JSON::XS/g\" /usr/bin/geninfo"
]
Expand Down

0 comments on commit f5a873c

Please sign in to comment.