]> git.donarmstrong.com Git - debbugs.git/commitdiff
Enable Salsa-CI
authorOtto Kekäläinen <otto@debian.org>
Thu, 16 May 2024 06:26:14 +0000 (23:26 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 20 May 2024 03:57:39 +0000 (20:57 -0700)
This will help ensure easily machine detectable regressions don't slip
into the code base.

This also makes any future contribution process faster and more
reliable, as any contributor submitting a Merge Request will get
immediate feedback, and the maintainers save time by not having to point
out basic mistakes.

debian/salsa-ci.yml [new file with mode: 0644]

diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644 (file)
index 0000000..3de2c8b
--- /dev/null
@@ -0,0 +1,9 @@
+---
+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
+
+# If Salsa-CI is not running at
+# https://salsa.debian.org/%{project_path}/-/pipelines, ensure that
+# https://salsa.debian.org/%{project_path}/-/settings/ci_cd has in field "CI/CD
+# configuration file" filename "debian/salsa-ci.yml"