[citemplates/rewrite-manifest] fixup! rewrite manifest to build the module from the current directory



commit cf088239348557471c233660f9efb0f494bcb43f
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat Apr 11 14:54:15 2020 +0100

    fixup! rewrite manifest to build the module from the current directory

 flatpak/flatpak_ci_initiative.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index 2634c08..38bfc04 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -9,6 +9,8 @@
     - flatpak-builder --user --disable-rofiles-fuse flatpak_app --repo=repo 
${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
 
     # Run automatic tests inside the Flatpak env
+    - rm -rf flatpak_app
+    - flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} flatpak_app ${MANIFEST_PATH}
     - >
       xvfb-run -a -s "-screen 0 1024x768x24"
       flatpak-builder --user --disable-rofiles-fuse --build-shell=${FLATPAK_MODULE} flatpak_app 
${MANIFEST_PATH} <<END


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