aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-11-18 10:35:29 +0100
committerGuido Günther <agx@sigxcpu.org>2019-11-22 17:52:10 +0100
commit6ce31f6ac96284b2a8b74a8a57df64191da670e4 (patch)
treed919de717ff8a792eea95308eb502bcbca3ec806
parentd/control: Drop superfluous autotools-dev build-dep (diff)
downloadkrb5-auth-dialog-6ce31f6ac96284b2a8b74a8a57df64191da670e4.tar.gz
krb5-auth-dialog-6ce31f6ac96284b2a8b74a8a57df64191da670e4.tar.bz2
krb5-auth-dialog-6ce31f6ac96284b2a8b74a8a57df64191da670e4.zip
Add salsa-ci
-rw-r--r--debian/salsa-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..8f68dfc
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,11 @@
+---
+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
+
+# Until we cleaned these up:
+variables:
+ SALSA_CI_DISABLE_BLHC: 1
+ SALSA_CI_DISABLE_LINTIAN: 1
+ SALSA_CI_DISABLE_REPROTEST: 1
+
bgstack15