[gnome-calendar/alatiera/flatpak-things] ci: flatpak: remove meson-args variable




commit 19786e80da6ee0c28953fa41477a06c6b5c64dbb
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Aug 3 20:34:18 2020 +0000

    ci: flatpak: remove meson-args variable
    
    We no longer need to manually keep it in sync with the ci.

 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8239fb63..5265d7d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,6 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_
 
 variables:
   GIT_SUBMODULE_STRATEGY: 'normal'
-  BUNDLE: "org.gnome.Calendar.Devel.flatpak"
 
 stages:
   - 'flatpak'
@@ -16,10 +15,9 @@ flatpak:master:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Calendar.json"
         RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
         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 -Dprofile=development"
         APP_ID: "org.gnome.Calendar.Devel"
+        BUNDLE: "org.gnome.Calendar.Devel.flatpak"
+
 
 flatpak:nightly:
     extends: '.publish_nightly'


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