next stage
This commit is contained in:
parent
1f6ef2929d
commit
bdd0368d61
1 changed files with 27 additions and 0 deletions
27
.woodpecker/.generate-perl.yml
Normal file
27
.woodpecker/.generate-perl.yml
Normal 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 .
|
||||
|
Loading…
Add table
Reference in a new issue