mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-16 04:51:32 +00:00
Add libyaml-syck-perl dependency to .gitlab-ci + Dockerfile
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
e13eb7d0cb
commit
7fa64043c9
@ -3,7 +3,7 @@ tests-stretch:
|
|||||||
image: debian:stretch
|
image: debian:stretch
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y python3 python3-apt python3-yaml python3-pytest git rsync libclass-accessor-perl libdpkg-perl
|
- apt-get install -y python3 python3-apt python3-yaml python3-pytest git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
|
||||||
- ci/gitlab-ci-runner
|
- ci/gitlab-ci-runner
|
||||||
|
|
||||||
tests-sid:
|
tests-sid:
|
||||||
@ -11,7 +11,7 @@ tests-sid:
|
|||||||
image: debian:sid
|
image: debian:sid
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl
|
- apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
|
||||||
- ci/gitlab-ci-runner --with-coverage
|
- ci/gitlab-ci-runner --with-coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:stable
|
FROM debian:stable
|
||||||
WORKDIR /britney
|
WORKDIR /britney
|
||||||
ADD . /britney
|
ADD . /britney
|
||||||
RUN apt-get update && apt-get install --no-install-recommends --assume-yes python3 python3-apt python3-yaml python3-coverage python3-nose rsync libclass-accessor-perl libdpkg-perl curl
|
RUN apt-get update && apt-get install --no-install-recommends --assume-yes python3 python3-apt python3-yaml python3-coverage python3-nose rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl curl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user