ci: add builds with older versions of libpipewire

This commit is contained in:
George Kiagiadakis 2025-12-02 11:59:45 +02:00
parent 6ebf81453c
commit 94fe1cbfbd

View file

@ -236,6 +236,9 @@ build_on_fedora_no_docs:
stage: build stage: build
variables: variables:
BUILD_OPTIONS: -Dintrospection=enabled -Ddoc=disabled -Dsystem-lua=false 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: build_on_ubuntu_with_gir:
extends: extends: