diff options
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..ce9cc04 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,17 @@ +--- +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 + +variables: + SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1 + +autopkgtest: + extends: .test-autopkgtest + after_script: + - rm -r /tmp/debci-localtest.*/binaries + - mv /tmp/debci-localtest.* $WORKING_DIR/debci + artifacts: + when: always + paths: + - $WORKING_DIR/debci |