From df6bedd12fdf21d499b8a9b8caa40c8717ad0d9e Mon Sep 17 00:00:00 2001 From: Jana Babovakova Date: Mon, 14 Apr 2025 15:29:58 +0200 Subject: [PATCH] CI: Add FreeBSD 14 and netlink builds for FreeBSD 13 and 14. --- .gitlab-ci.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58726a240..e8921e6bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -893,7 +893,7 @@ test-mpls-bgp-l3vpn: stage: build script: - autoreconf - - ./configure + - ./configure $CONFIGURE_OPTIONS - gmake - gmake check @@ -904,10 +904,32 @@ build-birdlab-freebsd-13: - birdlab-freebsd-13 - amd64 +build-birdlab-freebsd-13-netlink: + <<: *build-birdlab-base + variables: + CONFIGURE_OPTIONS: --with-sysconfig=bsd-netlink --disable-client + tags: + - birdlab-freebsd-13 + - amd64 + +build-birdlab-freebsd-14: + <<: *build-birdlab-base + tags: + - birdlab-freebsd-14 + - amd64 + +build-birdlab-freebsd-14-netlink: + <<: *build-birdlab-base + variables: + CONFIGURE_OPTIONS: --with-sysconfig=bsd-netlink --disable-client + tags: + - birdlab-freebsd-14 + - amd64 + build-birdlab-openbsd-71: <<: *build-birdlab-base variables: - AUTOCONF_VERSION: "2.71" + AUTOCONF_VERSION: "2.71" tags: - birdlab-openbsd-71 - amd64 -- 2.47.3