46acf77041f7bf46a962c62e790a4cee723b9614
[amitay/samba.git] / .gitlab-ci-private.yml
1 include:
2  - '/.gitlab-ci.yml'
3
4
5 build_samba:
6   stage: build
7   tags:
8     - docker
9     - private
10   script:
11     # this one takes about 4 hours to finish
12     - python script/autobuild.py samba            --verbose --tail --testbase /tmp/samba-testbase
13
14 build_samba_nt4:
15   stage: build
16   tags:
17     - docker
18     - private
19   script:
20     # this one takes about 1 hours to finish
21     - python script/autobuild.py samba-nt4        --verbose --tail --testbase /tmp/samba-testbase
22
23 build_samba_fileserver:
24   stage: build
25   tags:
26     - docker
27     - private
28   script:
29     # this one takes about 1 hours to finish
30     - python script/autobuild.py samba-fileserver --verbose --tail --testbase /tmp/samba-testbase
31
32 build_samba_ad_dc:
33   stage: build
34   tags:
35     - docker
36     - private
37   script:
38     # this one takes about 1 hours to finish
39     - python script/autobuild.py samba-ad-dc     --verbose --tail --testbase /tmp/samba-testbase
40
41 build_samba_ad_dc_2:
42   stage: build
43   tags:
44     - docker
45     - private
46   script:
47     # this one takes about 1 hours to finish
48     - python script/autobuild.py samba-ad-dc-2     --verbose --tail --testbase /tmp/samba-testbase