summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@debian.org>2023-06-03 16:37:51 -0700
committerOtto Kekäläinen <otto@debian.org>2024-01-28 22:48:44 -0800
commitfa480db56045eba238194307c97bcc685aeebc1e (patch)
tree3890c99a1312b9c0960d36e1d9ab58962821c0ff
parent048907e78b50ce08da5b278e724d8a5aba187ff5 (diff)
Enable Salsa-CI
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.
-rw-r--r--debian/salsa-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..3de2c8b
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -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"