gitlab: enable ios builds by default

They are small enough now to not impact the overall running time of a CI
pipeline.
This commit is contained in:
Matthew Waters 2019-12-06 00:53:24 +11:00
parent 926fcc52b9
commit aa18f639b5

View file

@ -854,7 +854,6 @@ cerbero cross-ios universal:
build cerbero cross-ios universal: build cerbero cross-ios universal:
extends: '.cerbero cross-ios universal' extends: '.cerbero cross-ios universal'
when: 'manual'
except: except:
variables: variables:
- $CI_PROJECT_NAME == "cerbero" - $CI_PROJECT_NAME == "cerbero"
@ -937,7 +936,9 @@ documentation:
cross-ios universal examples: cross-ios universal examples:
extends: ".cross-ios universal examples" extends: ".cross-ios universal examples"
when: 'manual' needs:
- "build cerbero cross-ios universal"
- "manifest"
dependencies: dependencies:
- "build cerbero cross-ios universal" - "build cerbero cross-ios universal"
except: except: