Skip to content
Snippets Groups Projects
Verified Commit d0437c6f authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added install (untested yet)

parent bb82b580
No related branches found
No related tags found
No related merge requests found
Pipeline #7872 failed
...@@ -84,3 +84,18 @@ perl-quality-test-job: # This job runs in the test stage. ...@@ -84,3 +84,18 @@ perl-quality-test-job: # This job runs in the test stage.
- prove -l xt/ - prove -l xt/
dependencies: dependencies:
- build-env-job - build-env-job
install:
stage: build
timeout: 30
tags:
- "docker"
script:
- mkdir debian
- |
cat <<EOD > debian/rules
#!/usr/bin/make -f
%:
dh $@ --with dist-zilla
EOD
- dh-make-perl ./
...@@ -37,7 +37,8 @@ RUN apt-get update; \ ...@@ -37,7 +37,8 @@ RUN apt-get update; \
build-essential \ build-essential \
coreutils \ coreutils \
cpanminus \ cpanminus \
dh-make-perl\ dh-make-perl \
dh-dist-zilla \
git \ git \
libapp-cmd-perl \ libapp-cmd-perl \
libc-dev-bin \ libc-dev-bin \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment