From ad7e735b795e10d9da848454c1e4d933340bb08a Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Fri, 16 Sep 2022 10:53:39 +0200 Subject: enable salsa-CI (mostly via manual trigger) --- debian/salsa-ci.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/salsa-ci.yml (limited to 'debian') diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 000000000..dbca38efb --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,25 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + # package only contains Architecture: all + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: '1' + SALSA_CI_DISABLE_CROSSBUILD_ARM64: '1' + # and takes a long time to build + SALSA_CI_BUILD_TIMEOUT_ARGS: "2h" + +# since this pipeline takes ages to build, +# and building it under CI probably doesn't prove much +# let's make it opt-in +build: + extends: .build-package + when: manual + +build i386: + extends: .build-package-i386 + when: manual + +test-build-all: + extends: .test-build-package-all + when: manual -- cgit v1.2.3