mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
gitlab: build the ios examples in the cerbero repository
This commit is contained in:
parent
17fc9a66d4
commit
5acede7214
1 changed files with 4 additions and 1 deletions
|
@ -841,7 +841,6 @@ documentation:
|
|||
#
|
||||
.cross-ios universal examples:
|
||||
stage: 'integrate'
|
||||
when: 'manual'
|
||||
variables:
|
||||
EXAMPLES_HOME: ${CI_PROJECT_DIR}/examples
|
||||
# disable codesigning so we don't need developer identities on the CI
|
||||
|
@ -879,6 +878,7 @@ documentation:
|
|||
|
||||
cross-ios universal examples:
|
||||
extends: ".cross-ios universal examples"
|
||||
when: 'manual'
|
||||
dependencies:
|
||||
- "build cerbero cross-ios universal"
|
||||
except:
|
||||
|
@ -891,6 +891,9 @@ cross-ios universal examples:
|
|||
|
||||
cerbero cross-ios universal examples:
|
||||
extends: ".cross-ios universal examples"
|
||||
needs:
|
||||
- "cerbero cross-ios universal"
|
||||
- "manifest"
|
||||
dependencies:
|
||||
- "cerbero cross-ios universal"
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue