summaryrefslogtreecommitdiffstats
path: root/debian/salsa-ci.yml
blob: e44409df423c79e31b62805ede0e3f4ca8dc24d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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:
  RELEASE: 'unstable'
  # We only build arch:all packages
  SALSA_CI_DISABLE_BLHC: 'true'
  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 'true'
  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 'true'
  SALSA_CI_DISABLE_CROSSBUILD_ARM64: 'true'
  # Source extraction needs to run gencontrol.py
  SALSA_CI_GBP_BUILDPACKAGE_ARGS: '--git-hooks --git-postexport=debian/bin/gbp-postexport-hook'
  # We have to bump the version in source preparation, not later
  SALSA_CI_DISABLE_VERSION_BUMP: 'true'