[Git][reproducible-builds/diffoscope][master] Add a gitlab CI script.

Mattia Rizzolo gitlab at salsa.debian.org
Sun Jul 1 19:43:30 CEST 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
d82ec13b by Mattia Rizzolo at 2018-07-01T19:42:28+02:00
Add a gitlab CI script.

Fixes: !8
Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- + .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,24 @@
+before_script:
+  - apt-get -q update
+  - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install --no-install-recommends aspcud apt-cudf
+  - env DEBIAN_FRONTEND=noninteractive apt-get -q -y --solver aspcud -o APT::Solver::Strict-Pinning=0 -o Debug::pkgProblemResolver=yes build-dep .
+
+.test_template: &test
+  script:
+    - py.test-3 -vv -l -r a
+
+test:unstable:
+  <<: *test
+  image: debian:unstable
+
+test:testing:
+  <<: *test
+  image: debian:testing
+
+test:stable-bpo:
+  <<: *test
+  image: debian:stable-backports
+
+test:ubuntu-devel:
+  <<: *test
+  image: ubuntu:devel



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/d82ec13b37cf9c0c24275a724b46c2a3e7d82a05

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/d82ec13b37cf9c0c24275a724b46c2a3e7d82a05
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180701/7f2ae339/attachment.html>


More information about the rb-commits mailing list