s3: VFS: fake_acls: In fake_acls_lstat() - remove call to get_full_smb_filename().
[samba.git] / .gitlab-ci-coverage.yml
1 # This is just used for the scheduled pipelines in the
2 # https://gitlab.com/samba-team/samba configuration
3 #
4
5 variables:
6   SAMBA_CI_FLAVOR: "coverage"
7   # "--enable-coverage" or ""
8   SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE: "--enable-coverage"
9
10 include:
11   - /.gitlab-ci-coverage-runners.yml
12   - /.gitlab-ci-main.yml