File: salsa-ci.yml

package info (click to toggle)
sysprof 49.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,992 kB
  • sloc: ansic: 73,989; xml: 171; cpp: 49; sh: 32; makefile: 31; javascript: 6
file content (17 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

variables:
  SALSA_CI_ENABLE_BUILD_PACKAGE_PROFILES: 1
  # This package is Architecture: any so the default build job is enough
  SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1

test-build-profiles:
  extends: .test-build-package-profiles
  parallel:
    matrix:
      - BUILD_PROFILES: pkg.sysprof.nogui
      - BUILD_PROFILES: pkg.sysprof.nounwind
      - BUILD_PROFILES: pkg.sysprof.nogui,pkg.sysprof.nounwind