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-05-18 06:53:33 +03:00
- python script/autobuild.py samba --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
2018-08-16 04:53:20 +03:00
build_samba_py3 :
<< : *private_template
script :
# this one takes about 4 hours to finish
- python script/autobuild.py samba-py3 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
build_samba_nt4 :
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-05-18 06:53:33 +03:00
- python script/autobuild.py samba-nt4 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
2018-08-16 04:53:20 +03:00
build_samba_nt4_py3 :
<< : *private_template
script :
# this one takes about 1 hours to finish
- python script/autobuild.py samba-nt4-py3 --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-05-18 06:53:33 +03:00
- python 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-05-18 06:53:33 +03:00
- python script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
2018-04-30 11:18:52 +03:00
2018-08-16 04:53:20 +03:00
build_samba_ad_dc_py3 :
<< : *private_template
script :
# this one takes about 1 hours to finish
- python script/autobuild.py samba-ad-dc-py3 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase