mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
926fcc52b9
commit
aa18f639b5
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue