summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2020-02-06 20:28:17 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-02-06 20:28:17 +0000
commitd95a616116bb8c02b01261afa3ed5b581f9f2e74 (patch)
tree3ee5d1a7be33569d35de19b4138b336ff973aa1a /.gitlab-ci.yml
parent46ad8438962bd1e44eca5ee0bbcb3d8ec3624848 (diff)
downloadnautilus-d95a616116bb8c02b01261afa3ed5b581f9f2e74.tar.gz
flatpak: Unpin most dependencies
We are near 3.36, so let's update the dependencies. gexiv2 git master is failing to build locally, so I've updated it to the latest tag that builds locally.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73260dae1..ce677b920 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ stages:
flatpak devel:
extends: '.flatpak'
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.34
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
variables:
MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
MESON_ARGS: "-Dprofile=Devel -Dtests=all"