From b52e945cb61667eb4348c320f4965e41184efe2b Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Mon, 28 Jun 2021 20:37:34 +0300 Subject: [PATCH] ci: enable testing of wpipc --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35edc837..8def90ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -177,6 +177,16 @@ build_on_fedora_no_docs: variables: BUILD_OPTIONS: -Dintrospection=enabled -Ddoc=disabled -Dsystem-lua=false +build_on_fedora_wpipc: + extends: + - .fedora + - .not_coverity + - .fdo.distribution-image@fedora + - .build + stage: build + variables: + BUILD_OPTIONS: -Dintrospection=disabled -Ddoc=disabled -Dsystem-lua=false -Dwpipc=enabled + build_on_ubuntu_with_gir: extends: - .ubuntu