diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2019-04-30 15:15:47 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2019-05-10 15:48:33 +0200 |
commit | 24fcfa91b14ec1ed5509691e1665d5fec3e28089 (patch) | |
tree | 500a56024b7aa2954dae689f9b3e580257d593f8 /.gitlab-ci.yml | |
parent | 4f0ea69e9b266123671e6c2070e5c19ef7a0e3a6 (diff) | |
download | gtk+-24fcfa91b14ec1ed5509691e1665d5fec3e28089.tar.gz |
CI: update docker image to fedora 30
So we don't have to build glib as a subproject.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbd9e09728..5a17726696 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - subprojects/pango/ fedora-x86_64: - image: registry.gitlab.gnome.org/gnome/gtk/master:v5 + image: registry.gitlab.gnome.org/gnome/gtk/master:v6 stage: build script: - bash -x ./.gitlab-ci/test-docker.sh @@ -101,7 +101,7 @@ flatpak-master:icon-browser: <<: *flatpak-master pages: - image: registry.gitlab.gnome.org/gnome/gtk/master:v4 + image: registry.gitlab.gnome.org/gnome/gtk/master:v6 stage: deploy script: - meson -Ddocumentation=true _build . |