diff options
Diffstat (limited to '')
-rw-r--r-- | debian/salsa-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..ffb1ebe --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,8 @@ +include: + - local: '/debian/policy/pages.yml' + - remote: 'https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml' + +variables: + SALSA_CI_DISABLE_REPROTEST: 1 + SALSA_CI_BLHC_ARGS: --ignore-flag -D_FORTIFY_SOURCE=2 --ignore-line .*doctags.* + SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1 |