aboutsummaryrefslogtreecommitdiff
path: root/debian/salsa-ci.yml
blob: 11a64c6889ac3e78670a48385cac36a3c65e1620 (plain)
1
2
3
4
5
6
7
8
9
10
# 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 "CI/CD configuration file" 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/recipes/debian.yml
bgstack15