Skip to content

relative_root

relative_root #5

Workflow file for this run

name: CI
on:
push:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
perl-version:
- '5.40'
- '5.36'
- '5.32'
- '5.28'
- '5.24'
- '5.20'
- '5.16'
- '5.12'
- '5.8'
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@main
with:
submodules: recursive
- run: perl -V
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
- run: make
- run: prove -wlvmb t