From a9ed446917ff4ab9164536028e0b061bf1013131 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Thu, 21 Mar 2019 13:12:22 +0000 Subject: 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 -- cgit v1.2.1