15 lines
No EOL
337 B
YAML
15 lines
No EOL
337 B
YAML
matrix:
|
|
PERL_VERSION:
|
|
- 5.36
|
|
- 5.38
|
|
THREADS:
|
|
- ""
|
|
- "-threaded"
|
|
|
|
steps:
|
|
test:
|
|
image: "gitea.simcop2387.info/simcop2387/openai-async-test-images:perl-${PERL_VERSION}${THREADS}"
|
|
commands:
|
|
- dzil authordeps --missing | xargs cpanm
|
|
- dzil listdeps --missing | xargs cpanm
|
|
- dzil test |