summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-05-07 14:11:26 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-05-07 14:12:34 +0100
commit292038469a22b6bbb2fab743885631c23de3dfba (patch)
treee900e4c4a25ce65ec896be8feb239136d90ca5ce /.gitlab-ci.yml
parenteb4e0fc8f9e278e81a3191f5e30610aaf4aaa762 (diff)
downloadgobject-introspection-292038469a22b6bbb2fab743885631c23de3dfba.tar.gz
Update the CI image
We should use the GitLab registry, to allow everyone with the appropriate credentials for gitlab.gnome.org to push images for CI.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43e2d4d5..9bdbc7ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,9 @@
-image: ebassi/gitlab-gi:latest
-
stages:
- build
-build-job:
+fedora-x86_64:
stage: build
+ image: registry.gitlab.gnome.org/gnome/gobject-introspection:v1
script:
- meson --prefix /usr --libdir /usr/lib64 --buildtype debug -Dcairo=true _build .
- cd _build
@@ -14,6 +13,6 @@ build-job:
- tags
artifacts:
when: on_failure
- name: "glib-_${CI_COMMIT_REF_NAME}"
+ name: "gi-_${CI_COMMIT_REF_NAME}"
paths:
- "${CI_PROJECT_DIR}/_build/meson-logs"