1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-18 06:04:06 +03:00

.gitlab-ci.yml: Adapt to current GitLab CI setup

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Bartlett 2018-06-26 14:59:26 +12:00 committed by Karolin Seeger
parent 7ccd1eb539
commit fb522c1ba0

View File

@ -1,12 +1,15 @@
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
image: registry.gitlab.com/samba-team/samba:latest
before_script:
- echo "Build starting ..."
build_samba:
stage: build
tags:
- autobuild
- docker
- private
script:
# this one takes about 4 hours to finish
- python script/autobuild.py samba --verbose --tail --testbase /tmp/samba-testbase
@ -14,7 +17,8 @@ build_samba:
build_samba_others:
stage: build
tags:
- autobuild
- docker
- private
script:
- python script/autobuild.py samba-nopython --verbose --tail --testbase /tmp/samba-testbase
- python script/autobuild.py samba-systemkrb5 --verbose --tail --testbase /tmp/samba-testbase
@ -26,7 +30,8 @@ build_samba_others:
build_ctdb:
stage: build
tags:
- autobuild
- docker
- private
script:
- python script/autobuild.py samba-ctdb --verbose --tail --testbase /tmp/samba-testbase
- python script/autobuild.py ctdb --verbose --tail --testbase /tmp/samba-testbase
@ -34,7 +39,8 @@ build_ctdb:
build_others:
stage: build
tags:
- autobuild
- docker
- private
script:
- python script/autobuild.py ldb --verbose --tail --testbase /tmp/samba-testbase
- python script/autobuild.py pidl --verbose --tail --testbase /tmp/samba-testbase