[gnome-calendar/wip/christopherdavis/flatpak-dual-install: 41/41] CI: Use development profile for CI builds



commit 0930ef074b25d5ae842a081f3d0be1cdf3c91944
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]