First version of the docker container here, now to make things work through woodpecker-ci

This commit is contained in:
Ryan Voots 2023-11-21 11:49:16 -05:00
parent 3de4a2d410
commit 25ba119b4e

View file

@ -14,4 +14,3 @@ WORKDIR /install/
#carton install --cpanfile cpanfile.ci --cached || cpanm --notest --force IO::Async || carton install --cpanfile cpanfile.ci --cached #carton install --cpanfile cpanfile.ci --cached || cpanm --notest --force IO::Async || carton install --cpanfile cpanfile.ci --cached
RUN dzil authordeps --missing | xargs cpanm RUN dzil authordeps --missing | xargs cpanm
RUN dzil listdeps --missing | xargs cpanm RUN dzil listdeps --missing | xargs cpanm
RUN dzil test