ci: Use the new Fedora image

This commit is contained in:
Emmanuele Bassi 2020-01-29 12:18:09 +01:00
parent a7d295254f
commit 5ace9ef4e8

View File

@ -20,7 +20,7 @@ variables:
CCACHE_DISABLE: "true"
fedora-x86_64:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v11
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v12
stage: build
variables:
EXTRA_MESON_FLAGS: "--buildtype=debug"
@ -63,7 +63,7 @@ fedora-x86_64:
<<: *cache-paths
static-build:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v11
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v12
stage: build
variables:
EXTRA_MESON_FLAGS: "--default-library=both"
@ -95,7 +95,7 @@ static-build:
<<: *cache-paths
release-build:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v11
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v12
stage: build
variables:
EXTRA_MESON_FLAGS: "--buildtype=release"
@ -195,7 +195,7 @@ flatpak-master:icon-browser:
<<: *flatpak-master
pages:
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v11
image: registry.gitlab.gnome.org/gnome/gtk/fedora:v12
stage: deploy
variables:
EXTRA_MESON_FLAGS: "--buildtype=release"