summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci-coverage.yml
blob: 8a9ded8f6cad6f15fdae4702bcc12987c5bf3150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This is just used for the scheduled pipelines in the
# https://gitlab.com/samba-team/samba configuration
#

variables:
  SAMBA_CI_FLAVOR: "coverage"
  # "--enable-coverage" or ""
  SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE: "--enable-coverage"

include:
  - /.gitlab-ci-coverage-runners.yml
  - /.gitlab-ci-main.yml