diff --git a/debian/changelog b/debian/changelog index f6f757c..25ba425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ uronode (2.11-1) UNRELEASED; urgency=medium * New upstream update - Patches Refreshed * Removed makefile-install-locations patch + * Added gitlab CI -- Dave Hibberd Mon, 20 Apr 2020 03:25:08 +0100 diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml new file mode 100644 index 0000000..cd460cf --- /dev/null +++ b/debian/gitlab-ci.yml @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +reprotest: + extends: .test-reprotest-diffoscope