summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2023-08-01 10:48:45 +1000
committerMatthew Waters <matthew@centricular.com>2023-08-01 10:48:45 +1000
commitf08543c094fd6711e71da8af58f6075225786aa6 (patch)
tree18b2e0bd1a50e56669da16180ffc7e1b4c26ccfb /.gitlab-ci.yml
parent306d9aa82f49aa76d0f080d1819f1477b817110e (diff)
ci: disable ios jobs on the x86 host
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1241>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbe33a5d..4691fe59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -479,6 +479,7 @@ cerbero deps cross-ios universal x86_64-host:
- '.cerbero cross-ios universal'
tags:
- gst-ios-16
+ when: 'manual'
build cerbero cross-ios universal x86_64-host:
extends:
@@ -486,6 +487,7 @@ build cerbero cross-ios universal x86_64-host:
- '.cerbero cross-ios universal'
tags:
- gst-ios-16
+ when: 'manual'
#
# Build an iOS App using the iOS binaries
@@ -532,6 +534,7 @@ cross-ios universal examples x86_64-host:
- "build cerbero cross-ios universal x86_64-host"
tags:
- gst-ios-16
+ when: 'manual'
cerbero cross-ios universal examples x86_64-host:
extends:
@@ -541,6 +544,7 @@ cerbero cross-ios universal examples x86_64-host:
- "cerbero deps cross-ios universal x86_64-host"
tags:
- gst-ios-16
+ when: 'manual'
cross-ios universal examples arm64-host:
extends: