diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:03:08 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:03:08 -0400 |
commit | acb35c1a5bcc94d3069d99de5041ae19ca600208 (patch) | |
tree | 0126333b3e5b5dccb82c249ac491b8b22527d9e5 /debian/salsa-ci.yml | |
download | python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.gz python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.bz2 python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.zip |
initial commit
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..11a64c6 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,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 |