Skip to content

Commit

Permalink
apparently the tests now run as a different user on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Feb 24, 2021
1 parent c7c272c commit 4382a44
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .cirrus.yml
Expand Up @@ -27,16 +27,16 @@ task:
image: catalina-xcode-12.0
test_script:
- echo|cpan App::cpanminus
- export PERL5LIB=/Users/anka/perl5/lib/perl5
- /Users/anka/perl5/bin/cpanm --quiet --notest File::ShareDir::Install
- /Users/anka/perl5/bin/cpanm --quiet --notest XML::XPath
- /Users/anka/perl5/bin/cpanm --quiet --notest DBM::Deep
- /Users/anka/perl5/bin/cpanm --quiet --notest Digest::MD5
- /Users/anka/perl5/bin/cpanm --quiet --notest File::Find::Rule
- /Users/anka/perl5/bin/cpanm --quiet --notest Spreadsheet::XLSX
- /Users/anka/perl5/bin/cpanm --quiet --notest Text::CSV_XS
- /Users/anka/perl5/bin/cpanm --quiet --notest LWP::Protocol::https
- /Users/anka/perl5/bin/cpanm --installdeps .
- export PERL5LIB=/Users/admin/perl5/lib/perl5
- /Users/admin/perl5/bin/cpanm --quiet --notest File::ShareDir::Install
- /Users/admin/perl5/bin/cpanm --quiet --notest XML::XPath
- /Users/admin/perl5/bin/cpanm --quiet --notest DBM::Deep
- /Users/admin/perl5/bin/cpanm --quiet --notest Digest::MD5
- /Users/admin/perl5/bin/cpanm --quiet --notest File::Find::Rule
- /Users/admin/perl5/bin/cpanm --quiet --notest Spreadsheet::XLSX
- /Users/admin/perl5/bin/cpanm --quiet --notest Text::CSV_XS
- /Users/admin/perl5/bin/cpanm --quiet --notest LWP::Protocol::https
- /Users/admin/perl5/bin/cpanm --installdeps .
- ./build-data.sh
- perl Makefile.PL
- make
Expand Down

0 comments on commit 4382a44

Please sign in to comment.