summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-03-19 12:08:24 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-03-19 12:08:34 +0100
commitf67c77cfc1b927671b9e1d0f2f0bdcfeb7efb5e7 (patch)
treeb5076dc98475c363c3436c0a43c52b8a61b78cfb
parent2ef6875d02a78c2a98888973a80e429b1e9f9040 (diff)
downloadnautilus-f67c77cfc1b927671b9e1d0f2f0bdcfeb7efb5e7.tar.gz
CI: Flatpak: Fix typo and add some explanation
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fde27fad..88c281fe3 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=stable-flatpak _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
@@ -31,7 +33,7 @@ flatpak:master:
when: on_failure
paths:
- _build/meson-logs/meson-log.txt
- - _build/meson-logs/testslog.txt
+ - _build/meson-logs/testlog.txt
cache:
paths: