diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 00:14:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 01:33:27 +0100 |
commit | a2903a145cd7744dcb6d0a1b971fdd575879d3c7 (patch) | |
tree | 4675abc5f9daf45471b9d98fb68aacde78da833e /debian | |
parent | c814a371656f7ebf30a2f6633eccb27b780c8b26 (diff) |
Add debian/salsa-ci.yml file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/salsa-ci.yml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a4ecb1f..f88ece2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ lacme (0.7-2) UNRELEASED; urgency=medium * d/gbp.conf: Update upstream tag template. * d/gbp.conf: Update debian and upstream branches in compliance with DEP-14. * d/control: Point Vcs-* to salsa. + * Add debian/salsa-ci.yml file. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +0100 diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..33c3a64 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,4 @@ +--- +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 |