From 1378e8e37e7888aec3d8671a59f235afc9030d18 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 9 Aug 2022 16:53:52 +0000 Subject: gitlab-ci: Add a FreeBSD autotools CI job Now that the underlying issues with FreeBSD autotools CI have been fixed, we can add a CI job to prevent future regressions. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96c62c6d..0492a193 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -461,4 +461,13 @@ freebsd cmake release: # massively increases the VM image (and therefore container) size. CI_BUILD_ARGS: "-DDBUS_ENABLE_DOXYGEN_DOCS=OFF -DDBUS_ENABLE_XML_DOCS=ON -DCMAKE_BUILD_TYPE=Release" +freebsd autotools: + extends: .build-env-freebsd + variables: + ci_buildsys: "autotools" + # We don't build doxygen documentation, so the make dbus-docs.tar.xz target + # is not available. Set ci_variant to avoid building that target. + ci_variant: "production-no-upload-docs" + CI_BUILD_ARGS: "--enable-xml-docs" + # vim:set sw=2 sts=2 et: -- cgit v1.2.1