next stage
Some checks failed
ci/woodpecker/push/base-os Pipeline was successful
ci/woodpecker/push/generate-perl unknown status

This commit is contained in:
Ryan Voots 2023-09-30 19:10:37 -04:00
parent 1f6ef2929d
commit bdd0368d61

View file

@ -0,0 +1,27 @@
matrix:
PERL_VERSION:
- 5.20.3
PERL_OPTIONS:
- ""
- ",threaded"
- ",longdouble"
- ",quadmath"
- ",debugging"
- ",longdouble,threaded"
- ",quadmath,threaded"
- ",debugging,threaded"
- ",debugging,longdouble,threaded"
- ",debugging,quadmath,threaded"
- ",debugging,longdouble"
- ",debugging,quadmath"
depends_on:
- "base-os"
steps:
generate:
image: perl:stable
commands:
- env
- cpanm --verbose --installdeps .