forgot to include
This commit is contained in:
parent
7b59f75fbc
commit
5d4176c4c8
1 changed files with 28 additions and 0 deletions
28
.woodpecker/.build-perls.yml
Normal file
28
.woodpecker/.build-perls.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
depends_on:
|
||||||
|
- "base-os"
|
||||||
|
- "generate-perl"
|
||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: perl:stable
|
||||||
|
commands:
|
||||||
|
- echo matrix test!
|
||||||
|
- find output/
|
||||||
|
|
Loading…
Add table
Reference in a new issue