diff options
author | Carlos Soriano <csoriano1618@gmail.com> | 2018-03-19 12:04:26 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-03-19 12:04:26 +0000 |
commit | 982e508423b927e7d771934bd660a3a2b2c31319 (patch) | |
tree | 1e5c4d29804588dda881d37bcac68e09deb193f9 /.gitlab-ci.yml | |
parent | b85eb898912737997a3b9c5c9b2bd7ed496a5a9e (diff) | |
download | nautilus-982e508423b927e7d771934bd660a3a2b2c31319.tar.gz |
CI: Flapak: Add comment about keeping in sync with the manifest
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |