gitlab-ci: Add samba-nt4 environment to the CI
authorAndrew Bartlett <abartlet@samba.org>
Mon, 4 Dec 2017 22:34:08 +0000 (11:34 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 27 Mar 2018 21:03:13 +0000 (23:03 +0200)
This parallel build is de-coupled from the main samba build

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
.gitlab-ci.yml

index c6739a5db34e6a8684c8dc75c3aaa2d91c5923b6..9e3b11271a9bbfc34aa30aa2a342d8d39c6f89bd 100644 (file)
@@ -22,6 +22,14 @@ build_samba:
     # this one takes about 4 hours to finish
     - python script/autobuild.py samba            --verbose --tail --testbase /tmp/samba-testbase
 
+build_samba_nt4:
+  stage: build
+  tags:
+    - autobuild
+  script:
+    # this one takes about 1 hours to finish
+    - python script/autobuild.py samba-nt4        --verbose --tail --testbase /tmp/samba-testbase
+
 build_samba_none_env:
   stage: build
   tags: