summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-10-31 10:35:22 +0000
committerPhilip Withnall <withnall@endlessm.com>2019-11-04 15:25:38 +0000
commit1a53b73816b7a58347f534ae2c1ff332ce4ee954 (patch)
tree8a7057f793cbee0ac2de0cfdf6f29f273be7b7df
parent8ae795ccba164924f0b09baf4fc00ffbc6be1c06 (diff)
downloadglib-1a53b73816b7a58347f534ae2c1ff332ce4ee954.tar.gz
ci: Update .gitlab-ci.yml to use the latest Docker images
This is a follow-up to !1177, now that we’ve generated the new images. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f091e761..3ec1e53e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables:
MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings"
fedora-x86_64:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
stage: build
except:
- tags
@@ -55,7 +55,7 @@ fedora-x86_64:
- "_coverage"
debian-stable-x86_64:
- image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v3
+ image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v4
stage: build
except:
- tags
@@ -84,7 +84,7 @@ debian-stable-x86_64:
- "_build/${CI_JOB_NAME}-report.xml"
G_DISABLE_ASSERT:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
stage: build
except:
- tags
@@ -112,7 +112,7 @@ G_DISABLE_ASSERT:
- "_build/${CI_JOB_NAME}-report.xml"
valgrind:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
stage: analysis
except:
- tags
@@ -289,7 +289,7 @@ freebsd-12-x86_64:
- "_build/${CI_JOB_NAME}-report.xml"
coverage:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
stage: coverage
except:
- tags
@@ -302,7 +302,7 @@ coverage:
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
scan-build:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
stage: analysis
except:
- tags
@@ -335,7 +335,7 @@ pages:
- public
dist-job:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
stage: build
only:
- tags