[nautilus] Flatpak: Use Devel profile for Master and Gtk4



commit a9ed446917ff4ab9164536028e0b061bf1013131
Author: Carlos Soriano <csoriano1618+gnome gmail com>
Date:   Thu Mar 21 13:12:22 2019 +0000

    Flatpak: Use Devel profile for Master and Gtk4
    
    Was giving errors in the CI and doesn't really provide much benefits

 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7adfde04..864647a59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,10 +87,10 @@ flatpak master:
     stage: cross_environment
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusMaster.yml"
-        MESON_ARGS: "-Dprofile=Master -Dtests=all -Db_coverage=true"
+        MESON_ARGS: "-Dprofile=Devel -Dtests=all -Db_coverage=true"
         FLATPAK_MODULE: "nautilus"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
-        APP_ID: "org.gnome.NautilusMaster"
+        APP_ID: "org.gnome.NautilusDevel"
     extends: .flatpak
     only:
         - schedules
@@ -101,10 +101,10 @@ flatpak gtk4:
     stage: cross_environment
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusGtk4.yml"
-        MESON_ARGS: "-Dprofile=Gtk4 -Dtests=all -Db_coverage=true"
+        MESON_ARGS: "-Dprofile=Devel -Dtests=all -Db_coverage=true"
         FLATPAK_MODULE: "nautilus"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
-        APP_ID: "org.gnome.NautilusGtk4"
+        APP_ID: "org.gnome.NautilusDevel"
     extends: .flatpak
     only:
         - schedules


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