File: gitlab-ci.yml

package info (click to toggle)
libbloom 2.0-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: ansic: 918; makefile: 136; perl: 85; sh: 8
file content (11 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
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_BUILD_PACKAGE_I386: 1
  SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1

# reproducible test currently fails due to extra test binaries
reprotest:
  allow_failure: true