From 94fe1cbfbd9115564f4ab176775bd6238de7b9fb Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Tue, 2 Dec 2025 11:59:45 +0200 Subject: [PATCH] ci: add builds with older versions of libpipewire --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0be2eae9..93dba5ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -236,6 +236,9 @@ build_on_fedora_no_docs: stage: build variables: BUILD_OPTIONS: -Dintrospection=enabled -Ddoc=disabled -Dsystem-lua=false + parallel: + matrix: + - PIPEWIRE_HEAD: ['master', '1.4', '1.2', '1.0'] build_on_ubuntu_with_gir: extends: