summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci-default.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci-default.yml')
-rw-r--r--.gitlab-ci-default.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci-default.yml b/.gitlab-ci-default.yml
new file mode 100644
index 0000000..e608918
--- /dev/null
+++ b/.gitlab-ci-default.yml
@@ -0,0 +1,10 @@
+variables:
+ SAMBA_CI_FLAVOR: "default"
+ # "--enable-coverage" or ""
+ # See .gitlab-ci-coverage.yml
+ SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE: ""
+ AUTOBUILD_SKIP_SAMBA_O3: "0"
+
+include:
+ - /.gitlab-ci-default-runners.yml
+ - /.gitlab-ci-main.yml