[grilo/wip/hadess/grlnet-disable-fix: 2/2] ci: Add target for building with optional libs disabled
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/wip/hadess/grlnet-disable-fix: 2/2] ci: Add target for building with optional libs disabled
- Date: Mon, 4 Oct 2021 10:27:07 +0000 (UTC)
commit e0707c2f6a5816713084cfa291b4493f2a9468a4
Author: Bastien Nocera <hadess hadess net>
Date: Mon Oct 4 12:25:12 2021 +0200
ci: Add target for building with optional libs disabled
.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17f6b7cc..1e518ce3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,3 +16,13 @@ build_stable:
- ninja -C _build
- ninja -C _build install
- ninja -C _build test
+
+build_no_optional_libs:
+ before_script:
+ - dnf update -y --nogpgcheck
+ - dnf install -y --nogpgcheck $DEPENDENCIES
+ script:
+ - meson . _build --prefix=/usr -Denable-grl-net=false -Denable-grl-pls=false
+ - ninja -C _build
+ - ninja -C _build install
+ - ninja -C _build test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]