mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
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>
This commit is contained in:
parent
8ae795ccba
commit
1a53b73816
@ -14,7 +14,7 @@ variables:
|
|||||||
MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings"
|
MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings"
|
||||||
|
|
||||||
fedora-x86_64:
|
fedora-x86_64:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -55,7 +55,7 @@ fedora-x86_64:
|
|||||||
- "_coverage"
|
- "_coverage"
|
||||||
|
|
||||||
debian-stable-x86_64:
|
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
|
stage: build
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -84,7 +84,7 @@ debian-stable-x86_64:
|
|||||||
- "_build/${CI_JOB_NAME}-report.xml"
|
- "_build/${CI_JOB_NAME}-report.xml"
|
||||||
|
|
||||||
G_DISABLE_ASSERT:
|
G_DISABLE_ASSERT:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -112,7 +112,7 @@ G_DISABLE_ASSERT:
|
|||||||
- "_build/${CI_JOB_NAME}-report.xml"
|
- "_build/${CI_JOB_NAME}-report.xml"
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
||||||
stage: analysis
|
stage: analysis
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -289,7 +289,7 @@ freebsd-12-x86_64:
|
|||||||
- "_build/${CI_JOB_NAME}-report.xml"
|
- "_build/${CI_JOB_NAME}-report.xml"
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
||||||
stage: coverage
|
stage: coverage
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -302,7 +302,7 @@ coverage:
|
|||||||
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
|
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
|
||||||
|
|
||||||
scan-build:
|
scan-build:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
||||||
stage: analysis
|
stage: analysis
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
@ -335,7 +335,7 @@ pages:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
dist-job:
|
dist-job:
|
||||||
image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
|
image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user