Now use the built images
This commit is contained in:
parent
0cdb51a80f
commit
d570891801
1 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
matrix:
|
matrix:
|
||||||
PERL_VERSIONS:
|
PERL_VERSION:
|
||||||
- 5.36
|
- 5.36
|
||||||
- 5.38
|
- 5.38
|
||||||
THREADS:
|
THREADS:
|
||||||
|
@ -11,11 +11,8 @@ depends_on:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports"
|
image: "gitea.simcop2387.info/simcop2387/openai-async-test-images:perl-${PERL_VERSION}${THREADS}"
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y libssl-dev git
|
|
||||||
- cpanm Dist::Zilla Carton
|
|
||||||
- carton install --cpanfile cpanfile.ci --cached || cpanm --notest --force IO::Async || carton install --cpanfile cpanfile.ci --cached
|
|
||||||
- dzil authordeps --missing | xargs cpanm
|
- dzil authordeps --missing | xargs cpanm
|
||||||
- dzil listdeps --missing | xargs cpanm
|
- dzil listdeps --missing | xargs cpanm
|
||||||
- dzil test
|
- dzil test
|
Loading…
Add table
Reference in a new issue