From 3444c7b3ab52b1716cf41479e3978232035c1b9f Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Thu, 21 Feb 2019 23:23:16 +0100 Subject: Enable continuous integration --- debian/changelog | 2 ++ debian/gitlab-ci.yml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 debian/gitlab-ci.yml diff --git a/debian/changelog b/debian/changelog index 38f3c1c..b7f9f9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ openems (0.0.35+git20190103.6a75e98+dfsg.1-1~exp2) experimental; urgency=medium * debian/control: - Add missing install dependencies python3-matplotlib and python-matplotlib. + * debian/gitlab-ci.yml: + - Enable continuous integration on salsa -- Ruben Undheim Thu, 21 Feb 2019 23:19:00 +0100 diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml new file mode 100644 index 0000000..d9acd28 --- /dev/null +++ b/debian/gitlab-ci.yml @@ -0,0 +1,9 @@ +image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest + +build: + artifacts: + paths: + - "*.deb" + expire_in: 1 day + script: + - gitlab-ci-git-buildpackage-all -- cgit v1.2.3