summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-06-22 13:32:45 +0200
committerRalph Boehme <slow@samba.org>2020-12-16 09:08:30 +0000
commit436903afe2aaf6e3afe794c9ebe22081a55b9bb3 (patch)
tree7a0b3d37f4fc9949508541705190efb800cd2265 /.gitlab-ci.yml
parent7a077f152aa3e1e09b4228ae24780fa613540a68 (diff)
downloadsamba-436903afe2aaf6e3afe794c9ebe22081a55b9bb3.tar.gz
CI: add samba-no-opath
Add a job that builds with O_PATH undefined. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a7582cb6db..eafd454d445 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -226,6 +226,9 @@ samba-schemaupgrade:
samba-ad-dc-1-mitkrb5:
extends: .private_template
+samba-no-opath:
+ extends: .private_template
+
# 'pages' is a special job which can publish artifacts in `public` dir to gitlab pages
pages:
image: ${SAMBA_CI_CONTAINER_REGISTRY}/samba-ci-${SAMBA_CI_CONTAINER_IMAGE}:${SAMBA_CI_CONTAINER_TAG}