summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-10-07 14:37:49 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-10-07 14:37:49 +0100
commitd3e0d27234a045b2279dd4db54bdec81f03920f0 (patch)
treeab237af4ba363a74a7850b7239b7f39f6fe11cd4 /.gitlab-ci.yml
parente1646a740349eff3c78b474497c688647a7a6b9a (diff)
downloadcairo-d3e0d27234a045b2279dd4db54bdec81f03920f0.tar.gz
ci: update links in ci template from gst-ci to gstreamer monorep
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f65e9bc7..58bb56889 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -221,7 +221,7 @@ fedora meson build:
paths:
- 'builddir/meson-logs/'
-# Based on https://gitlab.freedesktop.org/gstreamer/gst-ci/-/blob/master/gitlab/ci_template.yml
+# Based on https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/main/.gitlab-ci.yml (.build windows)
.build meson windows:
image: $WINDOWS_IMAGE
stage: 'build'
@@ -272,8 +272,9 @@ meson vs2017 x86:
ARCH: 'x86'
meson android arm64 fedora:
- # See https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/164 for current images
- image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/android-fedora:2020-10-22.0-master'
+ # TODO: should probably build our own image here some day
+ # See https://gitlab.freedesktop.org/gstreamer/gstreamer/container_registry/7689 for current images
+ image: 'registry.freedesktop.org/gstreamer/gstreamer/amd64/android-fedora:2020-10-22.0-master'
stage: 'build'
artifacts:
name: "${CI_JOB_NAME}_${CI_COMMIT_SHA}"