waf: remove duplicate WERROR cflags
[samba.git] / .gitlab-ci-private.yml
1 include:
2  - '/.gitlab-ci.yml'
3
4
5 .private_template:
6   extends: .shared_template
7   tags:
8     - docker
9     - private
10   before_script:
11     - uname -a
12     - lsb_release -a
13     - mount
14     - df -h
15     - free -h
16
17 samba:
18   extends: .private_template
19   # this one takes about 4 hours to finish
20
21 samba-fileserver:
22   extends: .private_template
23   # this one takes about 1 hours to finish
24
25 samba-ad-dc:
26   extends: .private_template
27   # this one takes about 1 hours to finish
28
29 samba-nt4:
30   extends: .private_template