summaryrefslogtreecommitdiffstats
path: root/debian/.gitlab-ci.yml
blob: 00014e4ff60c370a43247a3847e33f56f4e4e69c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cf. https://salsa.debian.org/salsa-ci-team/pipeline/
---
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_DISABLE_APTLY: 1
  # make pipeline work for experimental, remove when all deps are in unstable
  RELEASE: experimental
  SALSA_CI_DISABLE_AUTOPKGTEST: 1
  SALSA_CI_DISABLE_REPROTEST: 1
  SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1