Skip to content

Commit

Permalink
distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTimbert committed Aug 21, 2024
1 parent 56bca4d commit a2197c7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,19 @@ jobs:
- name: perl version
run: perl -v

- name: apt
run: sudo apt install -y libidn2-dev #cpanminus
- name: apt install
run: sudo apt install -y libidn2-dev

- name: cpan
#run: sudo cpanm Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal inc::Module::Install MIME::Base32 Test::Differences
- name: cpan module
run: cpanm Module::Install Devel::CheckLib Module::Install::XSUtil Test::Fatal

- name: install
- name: installation
run: cpanm --verbose --notest --configure-args="--no-ed25519" .

- name: test
run: prove -bl

- name: manifest
- name: check manifest
run: |
output=$(make distcheck 2>&1 >/dev/null)
if [ -n "$output" ]; then
Expand Down

0 comments on commit a2197c7

Please sign in to comment.