]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add FreeBSD 13.0
authorMichal Nowak <mnowak@isc.org>
Wed, 17 Mar 2021 16:19:47 +0000 (17:19 +0100)
committerMichal Nowak <mnowak@isc.org>
Mon, 24 May 2021 17:45:22 +0000 (19:45 +0200)
(cherry picked from commit 0714fe6f40456bc6cfb6797f39d592a718670db6)

.gitlab-ci.yml

index a5e13748c2b3948de081d843912c342f6980318a..e4e1a41634c6b4b292dcc509f7d7cf71d7813d0e 100644 (file)
@@ -178,6 +178,10 @@ stages:
   image: "freebsd-12.2-x86_64"
   <<: *libvirt_amd64
 
+.freebsd-13-amd64: &freebsd_13_amd64_image
+  image: "freebsd-13.0-x86_64"
+  <<: *libvirt_amd64
+
 .openbsd-amd64: &openbsd_amd64_image
   image: "openbsd-6.9-x86_64"
   <<: *libvirt_amd64
@@ -1236,6 +1240,33 @@ unit:clang:freebsd12:amd64:
     - job: clang:freebsd12:amd64
       artifacts: true
 
+# Jobs for Clang builds on FreeBSD 13 (amd64)
+
+clang:freebsd13:amd64:
+  variables:
+    CFLAGS: "${CFLAGS_COMMON}"
+    EXTRA_CONFIGURE: "${WITH_READLINE_LIBEDIT}"
+    USER: gitlab-runner
+  <<: *freebsd_13_amd64_image
+  <<: *build_job
+
+system:clang:freebsd13:amd64:
+  <<: *freebsd_13_amd64_image
+  <<: *system_test_job
+  variables:
+    USER: gitlab-runner
+    TEST_PARALLEL_JOBS: 4
+  needs:
+    - job: clang:freebsd13:amd64
+      artifacts: true
+
+unit:clang:freebsd13:amd64:
+  <<: *freebsd_13_amd64_image
+  <<: *unit_test_job
+  needs:
+    - job: clang:freebsd13:amd64
+      artifacts: true
+
 # Jobs for Clang builds on OpenBSD (amd64)
 
 clang:openbsd:amd64: