diff options
author | Otto Kekäläinen <otto@debian.org> | 2024-08-20 21:07:17 -0700 |
---|---|---|
committer | Otto Kekäläinen <otto@debian.org> | 2024-08-20 21:09:39 -0700 |
commit | a6235aff3ff1e9597c8e81b6c73f60bf1b5a9ca9 (patch) | |
tree | 721634a32a35cab28afdb6f29c841a93f582e639 | |
parent | 6408d4b1baff9a7e58fd66e1d1c0871be0823777 (diff) | |
download | pam-a6235aff3ff1e9597c8e81b6c73f60bf1b5a9ca9.tar.gz pam-a6235aff3ff1e9597c8e81b6c73f60bf1b5a9ca9.tar.bz2 pam-a6235aff3ff1e9597c8e81b6c73f60bf1b5a9ca9.zip |
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.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 00000000..505c7f0e --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,8 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.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" |