summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-09-27 10:22:44 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-28 01:01:23 +0200
commitf08ba3a4a3f0df8653d025372972f237fa0ade13 (patch)
tree5df7c355118de6a74d1b5b3adb63e9426e73a11c /.gitlab-ci.yml
parentde1e6d7856130112cf7b877cb610c917d70afe0f (diff)
downloadsamba-f08ba3a4a3f0df8653d025372972f237fa0ade13.tar.gz
add new gitlab CI job for building pure python3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90dd3215d57..010608b604d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,3 +102,7 @@ build_others:
- python script/autobuild.py tdb --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
- python script/autobuild.py tevent --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
+build_samba_buildpy3_only:
+ <<: *shared_template
+ script:
+ - python3 script/autobuild.py samba-buildpy3-only --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase