summaryrefslogtreecommitdiffstats
path: root/debian/salsa-ci.yml
blob: fc2e898313b873e33ab003f9fbb93bae17bd3419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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

build-testing:
  variables:
    RELEASE: 'testing'
    DEB_BUILD_OPTIONS: 'nocheck'
  extends: .build-package

build-bookworm-backports:
  variables:
    RELEASE: 'bookworm-backports'
    DEB_BUILD_OPTIONS: 'nocheck'
  extends: .build-package
  allow_failure: true

variables:
  SALSA_CI_DISABLE_BLHC: 1
  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
  SALSA_CI_LINTIAN_FAIL_WARNING: 1
  DEB_BUILD_OPTIONS: 'nocheck'

# Try to override the lintian version being used to the just built
# version.
.test-lintian: &test-lintian
  before_script:
  - apt-get update
  - apt-get install -y ${WORKING_DIR}/lintian_*.deb