mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
7857e1249b
GitLab CI resources are expensive and often rationed so provide a way to test other things without testing an -O3 build also, as this will save 9 jobs. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14861 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
11 lines
245 B
YAML
11 lines
245 B
YAML
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
|