add new gitlab CI job for building pure python3
authorNoel Power <noel.power@suse.com>
Thu, 27 Sep 2018 09:22:44 +0000 (10:22 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 27 Sep 2018 23:01:23 +0000 (01:01 +0200)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.gitlab-ci.yml

index 90dd3215d5775bd25e3d2dabc75d8718a6d9f519..010608b604db85f6a203de74dc0d17d43eb65c6a 100644 (file)
@@ -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