1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-26 09:06:52 +02:00

ci: Update all docker images

This commit is contained in:
Xavier Claessens 2020-01-13 13:27:17 -05:00
parent b077c1403e
commit 5f99781d70

@ -10,10 +10,10 @@ cache:
- _ccache/ - _ccache/
variables: variables:
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v5" FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v6"
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v5" DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v6"
ANDROID_IMAGE: "registry.gitlab.gnome.org/gnome/glib/android-ndk:v1" ANDROID_IMAGE: "registry.gitlab.gnome.org/gnome/glib/android-ndk:v2"
MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v1" MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v2"
MESON_TEST_TIMEOUT_MULTIPLIER: 2 MESON_TEST_TIMEOUT_MULTIPLIER: 2
G_MESSAGES_DEBUG: all G_MESSAGES_DEBUG: all
MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings" MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings"