File: salsa-ci.yml

package info (click to toggle)
golang-github-cue-lang-cue 0.12.0.-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 19,072 kB
  • sloc: sh: 57; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
- https://salsa.debian.org/debian/licenserecon/raw/main/debian/licenserecon.yml
- https://salsa.debian.org/jas/reverse-dependency-ci/-/raw/jas/my-rdep-ci/ci-template.yml

variables:
  SALSA_CI_AUTOPKGTEST_ALLOWED_EXIT_STATUS: '0'
  SALSA_CI_DISABLE_APTLY: 0
  SALSA_CI_ENABLE_REVERSE_DEPENDENCY_BUILD: 1
  SALSA_CI_ENABLE_WRAP_AND_SORT: 'true'
  SALSA_CI_WRAP_AND_SORT_ARGS: '-satbk'

build-rdep-cosign:
  variables:
    REVERSE_DEP: cosign
  extends: .rdep-build-definition