From aa18f639b517d5d0a5fe74610c51a148a2820b07 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 6 Dec 2019 00:53:24 +1100 Subject: [PATCH] gitlab: enable ios builds by default They are small enough now to not impact the overall running time of a CI pipeline. --- gitlab/ci_template.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 5e40800655..8f66a8811e 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -854,7 +854,6 @@ cerbero cross-ios universal: build cerbero cross-ios universal: extends: '.cerbero cross-ios universal' - when: 'manual' except: variables: - $CI_PROJECT_NAME == "cerbero" @@ -937,7 +936,9 @@ documentation: cross-ios universal examples: extends: ".cross-ios universal examples" - when: 'manual' + needs: + - "build cerbero cross-ios universal" + - "manifest" dependencies: - "build cerbero cross-ios universal" except: