summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-12-01 20:28:11 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-12-01 21:35:25 +0000
commita4bffbc1efd31f85a14c13731d006b728c4d887b (patch)
tree121cede3abed4a6fe83553c7eebed3748ff6c2c9 /.gitlab-ci.yml
parent39f2e57cceae32fb8417499efa42fbb87aea32a5 (diff)
downloadgtksourceview-a4bffbc1efd31f85a14c13731d006b728c4d887b.tar.gz
CI: use the new fedora image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64a01ea3..e60f29ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,9 +8,7 @@ stages:
- deploy
variables:
- FEDORA_DEPS:
- meson vala gtk4-devel ninja-build pkgconf clang gobject-introspection-devel vulkan-headers gi-docgen
- FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v35"
+ FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtksourceview/fedora:latest"
flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
@@ -29,8 +27,6 @@ reference:
variables:
MESON_FLAGS: "-Dwerror=true --buildtype=release"
script:
- - sudo dnf update -y --nogpgcheck
- - sudo dnf install -y --nogpgcheck $FEDORA_DEPS
- mkdir -p pfx/
- meson ${MESON_FLAGS} --prefix=${PWD}/pfx -Dgtk_doc=true _build
- ninja -C _build install