Verified Commit 3a580b38 authored by Charles Plessy's avatar Charles Plessy
Browse files

The Salsa CI pipeline and its configuration file in the debian dir.

parent 1c88c50a
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -840,6 +840,21 @@ format. This is better than using the ``1.0`` format directly because
the ``3.0 (quilt)`` format brings other advantages, in particular
the conservation of file permissions in the ``debian`` directory.

.. _debian-gitlab-ci.yml:

``debian/gitlab-ci.yml``
------------------------

To run continuous integration tests at each push in our Salsa forge, the Salsa
CI team provides a pipeline that can be activated by including
some template files available from their `repository
<https://salsa.debian.org/salsa-ci-team/pipeline>`__.  The simplest and
recommended way is to put the include statements in a ``debian/gitlab-ci.yml``
file, and configure the repository to recognise that file, as documented
in the ```salsa-ci-team/pipeline`` repository's `README
<https://salsa.debian.org/salsa-ci-team/pipeline/blob/master/README.md>`__ file.


Debhelper
---------