From: Noel Power Date: Thu, 27 Sep 2018 09:22:44 +0000 (+0100) Subject: add new gitlab CI job for building pure python3 X-Git-Tag: tdb-1.3.17~1481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08ba3a4a3f0df8653d025372972f237fa0ade13;p=thirdparty%2Fsamba.git add new gitlab CI job for building pure python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- 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