File: salsa-ci.yml

package info (click to toggle)
brltty 6.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,844 kB
  • sloc: ansic: 154,246; java: 13,514; sh: 9,934; xml: 5,672; tcl: 2,679; makefile: 2,346; awk: 713; lisp: 366; python: 321; ml: 301
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
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

variables:
  # Disable reprotest until salsa-ci-team/pipeline#26 is resolved
  # as well as #988999
  SALSA_CI_DISABLE_REPROTEST: 1

  SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1

  SALSA_CI_ENABLE_BUILD_PACKAGE_PROFILES: 1
  SALSA_CI_DISABLE_CROSSBUILD_ARM64: 0
  BUILD_PROFILES: noudeb

# vim: ts=2 sw=2 et sts=2 ft=yaml