2018-04-30 11:18:52 +03:00
include :
- '/.gitlab-ci.yml'
2018-04-30 11:31:19 +03:00
.private_template : &private_template
2018-04-30 11:18:52 +03:00
stage : build
tags :
- docker
- private
2018-04-30 11:31:19 +03:00
build_samba :
<< : *private_template
2018-04-30 11:18:52 +03:00
script :
# this one takes about 4 hours to finish
2018-12-10 10:36:15 +03:00
- script/autobuild.py samba --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
2018-11-30 00:28:11 +03:00
build_samba_py2 :
<< : *private_template
script :
# this one takes about 4 hours to finish
- script/autobuild.py samba-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
build_samba_fileserver :
2018-04-30 11:31:19 +03:00
<< : *private_template
2018-04-30 11:18:52 +03:00
script :
# this one takes about 1 hours to finish
2018-12-10 10:36:15 +03:00
- script/autobuild.py samba-fileserver --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
build_samba_ad_dc :
2018-04-30 11:31:19 +03:00
<< : *private_template
2018-04-30 11:18:52 +03:00
script :
# this one takes about 1 hours to finish
2018-12-10 10:36:15 +03:00
- script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
2018-11-30 00:28:11 +03:00
build_samba_ad_dc_py2 :
<< : *private_template
script :
# this one takes about 1 hours to finish
- script/autobuild.py samba-ad-dc-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2019-01-23 23:56:26 +03:00
build_nt4 :
<< : *private_template
script :
- script/autobuild.py samba-nt4 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase