From: Noel Power Date: Tue, 16 Oct 2018 18:39:41 +0000 (+0100) Subject: Add new CI job for new purepy3-none-env autobuild task X-Git-Tag: tdb-1.3.17~1219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ba6bb59c159bf1ac5aab4be1939e7d0657ae4cb;p=thirdparty%2Fsamba.git Add new CI job for new purepy3-none-env autobuild task Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 010608b604d..c87286b609a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,3 +106,8 @@ build_samba_buildpy3_only: <<: *shared_template script: - python3 script/autobuild.py samba-buildpy3-only --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + +build_samba_purepy3-none_env: + <<: *shared_template + script: + - python3 script/autobuild.py samba-purepy3-none-env --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase