diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:09 +0000 |
commit | 768b25966529fb0758f662b6444f9681c147b2d5 (patch) | |
tree | 15085edb96241987f7b18287b6380a90ad85a2e7 /debian/gitlab-ci.yml | |
parent | Adding upstream version 1.7.2+ds. (diff) | |
download | libgit2-768b25966529fb0758f662b6444f9681c147b2d5.tar.xz libgit2-768b25966529fb0758f662b6444f9681c147b2d5.zip |
Adding debian version 1.7.2+ds-1.debian/1.7.2+ds-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gitlab-ci.yml')
-rw-r--r-- | debian/gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml new file mode 100644 index 0000000..260ebbe --- /dev/null +++ b/debian/gitlab-ci.yml @@ -0,0 +1,11 @@ +# For more information on what jobs are run see: +# https://salsa.debian.org/salsa-ci-team/pipeline +# +# To enable the jobs, go to your repository (at salsa.debian.org) +# and click over Settings > CI/CD > Expand (in General pipelines). +# In "Custom CI config path" write debian/salsa-ci.yml and click +# in "Save Changes". The CI tests will run after the next commit. +--- +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 |