[gnome-calendar/wip/christopherdavis/flatpak-dual-install: 4/4] CI: Use development profile for CI builds
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/wip/christopherdavis/flatpak-dual-install: 4/4] CI: Use development profile for CI builds
- Date: Mon, 30 Sep 2019 15:04:51 +0000 (UTC)
commit 18814e014d7a84f25542caf09cf09ccca20f2f61
Author: Christopher Davis <brainblasted disroot org>
Date: Sat Nov 3 21:20:16 2018 -0400
CI: Use development profile for CI builds
Adds the -Dprofile=development argument to meson args for
CI builds. Syncs CI with flatpak manifest.
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a1b5dfb..8aa61156 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,8 @@ flatpak:
FLATPAK_MODULE: "gnome-calendar"
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- MESON_ARGS: "-Dtracing=true"
- APP_ID: "org.gnome.Calendar"
+ MESON_ARGS: "-Dtracing=true -Dprofile=development"
+ APP_ID: "org.gnome.Calendar.Devel"
script:
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]