[Git][reproducible-builds/strip-nondeterminism][master] Add a ".gitlab-ci.yml" to automatically run the testsuite on salsa.debian.org.
Chris Lamb
gitlab at salsa.debian.org
Fri Jul 12 20:01:46 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
6947d6f6 by Chris Lamb at 2019-07-12T19:57:42Z
Add a ".gitlab-ci.yml" to automatically run the testsuite on salsa.debian.org.
- - - - -
1 changed file:
- + .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,16 @@
+image: debian:unstable
+
+test:
+ stage: test
+ except:
+ - debian
+ before_script:
+ - apt-get -q update
+ - mount -o remount,rw /dev
+ - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install --no-install-recommends aspcud apt-cudf git
+ - git checkout debian
+ - env DEBIAN_FRONTEND=noninteractive apt-get -q -y --solver aspcud -o APT::Solver::Strict-Pinning=0 -o Debug::pkgProblemResolver=yes build-dep .
+ - git checkout -
+ script:
+ - perl Makefile.PL
+ - make test TEST_VERBOSE=1
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/6947d6f698afdbca6c61e183da2bf3b51f512dfa
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/6947d6f698afdbca6c61e183da2bf3b51f512dfa
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/20190712/83f058f7/attachment.html>
More information about the rb-commits
mailing list