CGI-Info
view release on metacpan or search on metacpan
.circleci/config.yml view on Meta::CPAN
AUTOMATED_TESTING: 1
NO_NETWORK_TESTING: 1
command: sudo cpanm -ivn --installdeps . || sudo cat /root/.cpan/work/*/build.log
- run:
name: Make Module
environment:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
NO_NETWORK_TESTING: 1
NONINTERACTIVE_TESTING: 1
command: sudo chown -R circleci . && perl Makefile.PL && make
- run:
name: Run tests
environment:
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
AUTHOR_TESTING: 1
NONINTERACTIVE_TESTING: 1
# command: echo 'replace me with real tests!' && false
command: |
make test
( run in 0.514 second using v1.01-cache-2.11-cpan-71847e10f99 )