]> 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)
committerMichał Kępień <michal@isc.org>
Fri, 18 Jan 2019 14:15:38 +0000 (15:15 +0100)
(cherry picked from commit 99cf0faec0fb68165bae0aefef4ab25a35d1c465)

.gitlab-ci.yml

index f74762e40583f7847d848a418d9b819ebdb4c757..e4afba7777ac75b9ba327813c36821eb185ec6b2 100644 (file)
@@ -271,6 +271,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
 
@@ -278,7 +279,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
 
@@ -314,6 +315,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
 
@@ -321,7 +323,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