]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add some combinations of --with-python=<path>/--with-python/--without-python to GitLab CI
authorOndřej Surý <ondrej@sury.org>
Tue, 18 Dec 2018 14:09:24 +0000 (15:09 +0100)
committerOndřej Surý <ondrej@sury.org>
Tue, 18 Dec 2018 15:08:20 +0000 (16:08 +0100)
.gitlab-ci.yml

index 379ee273d52282df64566f97b73118b9d0ae1fe4..53d8555d50a0de913d223ac0ba9ec8a978afe0b8 100644 (file)
@@ -258,6 +258,7 @@ clang:stretch:amd64:build:
   variables:
     CC: clang
     CFLAGS: "-Wall -Wextra -Wenum-conversion -O2 -g"
+    EXTRA_CONFIGURE: "--with-python=python3"
   <<: *debian_stretch_amd64_image
   <<: *build_job
 
@@ -265,7 +266,7 @@ jessie:amd64:build:
   variables:
     CC: gcc
     CFLAGS: "-Wall -Wextra -O2 -g"
-    EXTRA_CONFIGURE: --without-cmocka
+    EXTRA_CONFIGURE: "--without-cmocka --with-python"
   <<: *debian_jessie_amd64_image
   <<: *build_job
 
@@ -297,6 +298,7 @@ clang:stretch:i386:build:
   variables:
     CC: clang
     CFLAGS: "-Wall -Wextra -Wenum-conversion -O2 -g"
+    EXTRA_CONFIGURE: "--with-python=python2"
   <<: *debian_stretch_i386_image
   <<: *build_job
 
@@ -304,7 +306,7 @@ sid:i386:build:
   variables:
     CC: gcc
     CFLAGS: "-Wall -Wextra -O2 -g"
-    EXTRA_CONFIGURE: "--with-libidn2"
+    EXTRA_CONFIGURE: "--with-libidn2 --without-python"
   <<: *debian_sid_i386_image
   <<: *build_job