Skip to content

Commit

Permalink
Added circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent d6cf595 commit 5272d34
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# https://github.com/codecov/example-perl

machine:
environment:
PATH: ~/perl5/bin:$PATH

dependencies:
pre:
- curl -L https://cpanmin.us | perl - App::cpanminus
- cpanm --local-lib=~/perl5 local::lib && echo "eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)" >> ~/.bashrc
- cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov

test:
override:
- perl Build.PL
- ./Build build
- cover -test

post:
- cover -report codecov

0 comments on commit 5272d34

Please sign in to comment.