[nautilus] CI: Flapak: Add comment about keeping in sync with the manifest



commit 982e508423b927e7d771934bd660a3a2b2c31319
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Mon Mar 19 12:04:26 2018 +0000

    CI: Flapak: Add comment about keeping in sync with the manifest

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ad6f097f..512fc0a55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,8 @@ flatpak:master:
     stage: test
     script:
     - flatpak-builder --stop-at=nautilus app build-aux/flatpak/org.gnome.NautilusDevel.json
+    # Make sure to keep this in sync with the Flatpak manifest, all arguments
+    # are passed except the config-args because we build it ourselves
     - flatpak-builder --run app build-aux/flatpak/org.gnome.NautilusDevel.json meson --prefix=/app 
--libdir=/app/lib -Dprofile=development _build
     - flatpak-builder --run app build-aux/flatpak/org.gnome.NautilusDevel.json ninja -C _build install
     - flatpak-builder --finish-only --repo=repo app build-aux/flatpak/org.gnome.NautilusDevel.json


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