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



commit 7a31cc47aa4984e099a53e6baf3cf3e257dcbe04
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd0dbe94..6377d0e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,7 +89,7 @@ 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 -Ddocumentation=true"
+        MESON_ARGS: "-Dtracing=true -Ddocumentation=true -Dprofile=development"
         DBUS_ID: "org.gnome.Calendar"
 
     script:


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