summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci-coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci-coverage.yml')
-rw-r--r--.gitlab-ci-coverage.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci-coverage.yml b/.gitlab-ci-coverage.yml
new file mode 100644
index 0000000..8a9ded8
--- /dev/null
+++ b/.gitlab-ci-coverage.yml
@@ -0,0 +1,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