[Git][reproducible-builds/disorderfs][master] Add a .gitlab-ci.yml as a test.
Chris Lamb
gitlab at salsa.debian.org
Fri Dec 18 17:16:50 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / disorderfs
Commits:
869ec003 by Chris Lamb at 2020-12-18T17:16:09+00:00
Add a .gitlab-ci.yml as a test.
It will likely fail due to FUSE requirements.
- - - - -
1 changed file:
- + .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,26 @@
+stages:
+ - test
+
+.test_template: &test
+ stage: test
+ variables:
+ DEBIAN_FRONTEND: noninteractive
+ script:
+ - apt-get -q update
+ - mount -o remount,rw /dev
+ - apt-get -q -y install --no-install-recommends aspcud apt-cudf
+ - apt-get -q -y --solver aspcud -o APT::Solver::Strict-Pinning=0
+ -o Debug::pkgProblemResolver=yes build-dep .
+ - make test || true
+
+unstable:
+ <<: *test
+ image: debian:unstable
+
+testing:
+ <<: *test
+ image: debian:testing
+
+stable-bpo:
+ <<: *test
+ image: debian:stable-backports
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/869ec003653f5b584dc16bb016b7a4d4ff93a66e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/869ec003653f5b584dc16bb016b7a4d4ff93a66e
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/20201218/ed663948/attachment.htm>
More information about the rb-commits
mailing list