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



commit ae0b12a95aed9e6abff028708260d79a1a7b45f7
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..60dfb468 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.CalendarDevel"
 
     script:
         - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]