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
|